Reputation: 15701
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?
Upvotes: 2
Views: 247
Reputation:
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'.
Upvotes: 1