Dynamic language
Paulo Pinto
pjmlp at progtools.org
Fri Mar 16 01:43:22 PDT 2012
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 at 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
More information about the Digitalmars-d
mailing list