|
TWIMCIn case anyone is interested: there is a low-level language, called 'Terra' (http://terralang.org/), for system programming. It is metaprogrammed at compile time by Lua, just like C/C++ is metaprogrammed by preprocessor and templates, but less messily.
Alexander Mashin