Comment by WalterBright
Comment by WalterBright 3 days ago
I wrote a JavaScript engine from scratch using C++ back in 2000.
https://www.digitalmars.com/dscript/cppscript.html
I later translated it to D:
https://github.com/DigitalMars/DMDScript/tree/master/engine/...