News

This is a tutorial to help you get started with using the Lua programming language under Ethos. (It is definitely not a tutorial for learning the Lua programming language itself. There are already ...
Lua is a dynamically typed language whose syntax is very similar to that of Python and even more similar to Ruby. Line breaks do not play any role in Lua's syntax, like that of Python or Ruby. Take, ...