Is the DLR going to be capable of compiling client-side code? - Stack Overflow most recent 30 from stackoverflow.com 2009-12-07T21:16:28Z http://stackoverflow.com/feeds/question/148903 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/148903/is-the-dlr-going-to-be-capable-of-compiling-client-side-code 2 Is the DLR going to be capable of compiling client-side code? Rory Becker 2008-09-29T14:27:59Z 2008-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#149015 1 Answer by Mike F for Is the DLR going to be capable of compiling client-side code? Mike F 2008-09-29T14:46:51Z 2008-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>