On Friday, 10 June 2016 at 10:03:29 UTC, Chris wrote:
A scripting language based on D? Is it open source? I've always dreamt of something like that.

i have several of them, actually. yet they are very specialized — i.e. designed to support my game engines, not to be "wide-area scripting languages".

publicly accessible are:

DACS[1] — statically typed, with modules and UFCS, and JIT compiler built with LibJIT[2], optionally supports internal stack-based VM.

GML[3] — part of my WIP Game Maker 8 emulator, register-based 3-op VM, no JIT.


[1] http://repo.or.cz/dacs.git
[2] https://www.gnu.org/software/libjit/
[3] http://repo.or.cz/gaemu.git

Reply via email to