Lua in Erlang
Browse cluster: Distributed Databases & Data Systems →Luerl is an implementation of the Lua 5.3 scripting language written in Erlang/OTP. Lua is a lightweight, embeddable language widely used in games, IoT devices, AI applications, and scientific computing, and Luerl allows it to be used as an extension language within Erlang programs. The implementation enables host programs to invoke Lua code, access variables, and call Erlang functions from Lua, making it possible to extend Luerl's capabilities across different domains. The project is maintained as a clean Erlang/OTP library with documentation, tutorials, and examples available to users.