Question

Is the DLR intended to be used to compile code exclusively prior to distribution or will it potentially be used to compile client-side Javascript in a JIT fashion?

Was it helpful?

Solution

The CLR already compiles and JITs code, and from what I gather the DLR will be built entirely on top of the CLR. So I guess the answer is 'neither'.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top