Introducing Lua for Elixir
The first stable release of the Elixir library, Lua v0.1.0, has been released to hex.pm!
Lua is a library that allows you to execute arbitrary, sandboxed Lua programs directly on the BEAM VM. This is not embedding the C Lua runtime and compiler, but rather a complete implementation of Lua 5.3. This feat is made possible by the underlying Luerl library, which implements a Lua parser, compiler, and runtime, all in Erlang.
The Lua Elixir library extends the capabilities of the Luerl library, improv...
Read more at davelucia.com