Is the DLR going to be capable of compiling client-side code? - Stack Overflow most recent 30 from stackoverflow.com2009-12-07T21:16:28Zhttp://stackoverflow.com/feeds/question/148903http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/148903/is-the-dlr-going-to-be-capable-of-compiling-client-side-code2Is the DLR going to be capable of compiling client-side code?Rory Becker2008-09-29T14:27:59Z2008-09-29T14:46:51Z
<p>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?</p>
http://stackoverflow.com/questions/148903/is-the-dlr-going-to-be-capable-of-compiling-client-side-code/149015#1490151Answer by Mike F for Is the DLR going to be capable of compiling client-side code?Mike F2008-09-29T14:46:51Z2008-09-29T14:46:51Z<p>The CLR already compiles and JITs code, and from what I gather the DLR will be built entirely <em>on top of</em> the CLR. So I guess the answer is 'neither'.</p>