Posted: Tue Apr 26, 2005 11:47 am Post subject: (No subject)
Cornflake wrote:
rizzix:
Yes, .NET uses an interpreted library system
Yes and no. It can be purely interpreted, but the more common mode of operation is to compile the intermediate language to native code at run-time. It then usually caches that code for future runs.
Java and the various Common Language Runtime implementations all do this kind of thing now.