That is the reason why managed environments with JIT are so popular,
you get the best of both worlds.

"Andrei Alexandrescu" wrote in message news:jjtiu8$1ucs$1...@digitalmars.com...

On 3/15/12 3:12 PM, Nick Sabalausky wrote:
Anything an interpreter can do, a compiler can do. And dynamic typing
doesn't have anything to do with interpreted vs compiled anyway.

Generating and running code during runtime is often easier in
interpreted environments.

Andrei

Reply via email to