dbohdan / embedded-scripting-languages

A list of embedded scripting languages
http://dbohdan.github.io/embedded-scripting-languages/
1.3k stars 78 forks source link

Add HashLink (a Haxe bytecode VM) #24

Closed zhao-huang closed 6 years ago

zhao-huang commented 6 years ago

HashLink (available on Github) is a virtual machine for Haxe. RST game Northgard use it.

Project name/link Implementation language GC License Notes
HashLink C Tracing (Lazy sweep) MIT A bytecode interpreter and baseline JIT-compiler (x86/x86-64 only) for Haxe.
dbohdan commented 6 years ago

Added in 28de736. Thanks!