How Nested Functions Work, part 2

grauzone none at example.net
Mon Sep 21 10:25:21 PDT 2009


Jeremie Pelletier wrote:
> It is definitely easier to implement scripting languages in D than it is 
> in other languages such as C/C++. However where I believe V8 (google's 

Tools like SWIG are missing in D, and you could claim that D's GC gets 
into the way of memory managment (you need a mechanism to pin D 
references within the scripting language's heap), so you could claim 
it's actually harder.



More information about the Digitalmars-d mailing list