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.

Reply via email to