Lunatik is a framework for scripting the Linux kernel with Lua. It is composed by the Lua interpreter modified to run in the kernel; a device driver (written in Lua =)) and a command line tool to load ...
What sets Lua apart from other scripting languages is its particular set of goals: simplicity, small size, portability, and embeddability. The entire implementation of Lua has 25,000 lines of C code; ...