lua-users home
lua-l archive

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


TWIMC

In 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