[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] Lunatik 3.0
- From: Lourival Vieira Neto <lourival.neto@...>
- Date: Tue, 11 Apr 2023 18:57:14 -0300
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