Rory Becker
Rory Becker

Reputation: 15701

Is the DLR going to be capable of compiling client-side code?

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

Answers (1)

Mike F
Mike F

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

Related Questions