D vs VM-based platforms

Walter Bright newshound1 at digitalmars.com
Mon Apr 30 13:44:05 PDT 2007


Jan Claeys wrote:
> And I think in the case of dynamic languages like Python, a JIT-compiler
> often can create much better code at run-time than a compiler could do
> when compiling it before run-time.

That's the theory. In practice, Python programmers who need performance 
will develop a hybrid Python/C++ app, with the slow stuff recoded in C++.



More information about the Digitalmars-d mailing list