lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi folks,

I'm glad to announce Lunatik 3.0, a framework for scripting the Linux
kernel with Lua. This version is based on Lua 5.4.4 (which means we
support to-be-closed vars and generational gc in the kernel ;-). Now
we have new APIs for managing in-kernel Lua states and for
implementing device drivers with Lua.

Here's Lunatik documentation and release notes:
* https://github.com/luainkernel/lunatik/tree/v3.0#readme
* https://github.com/luainkernel/lunatik/releases/tag/v3.0

Regards,
--
Lourival Vieira Neto