Hello Julia Community,
Iโm excited to announce the release of LuaNova.jl
(inspired by the new moon, or lua nova in Portuguese), a package that simplifies embedding a Lua interpreter in Julia and exposing Julia functions, methods, and structs to Lua.
Key Features:
- Bind Julia Functions to Lua: Expose Julia functions as global Lua functions, with full support for Juliaโs multiple dispatch.
- Expose Julia Structs: Bind Julia structs to Lua, enabling them to interact via metamethods.
For detailed usage examples, check the GitHub repository GitHub - raphasampaio/LuaNova.jl: Embed Lua in Julia.
Enjoy integrating Lua and Julia!