[ANN] LuaNova.jl ๐ŸŒ‘: Easy Lua-Julia Integration

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!

11 Likes

Very nice! I will have to give it a try. The syntax of Lua makes it a nice file format.

1 Like

talking to strangers, revisited!

1 Like