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 Lua-ML #43

Closed dmbaturin closed 4 years ago

dmbaturin commented 4 years ago

https://github.com/lindig/lua-ml , a Lua interpreter for extending OCaml programs.

Probably the only Lua implementation that allows you to exclude parts of the runtime library or replace them with your own.

dbohdan commented 4 years ago

Added in 5298a3f4d8e449d23f0e59747989768122ffca25. It is cool to see an embedded interpreter implemented in an ML. I'll be sure to read the Norman Ramsey paper. Thanks for contributing.