Terra – a low-level counterpart to Lua
terralang.org
Terra – a low-level counterpart to Lua
1–10 of 49 posts
Re: Terra – a low-level counterpart to Lua
#2Yet, it also feels kinda pointless, most Lua use right now is in embedded interpreters in other software, and Terra would be hard to use, since most projects probably won't incorporate it at all.
Re: Terra – a low-level counterpart to Lua
#3As a speaker about Lua, this is awesome news. Yet, it also feels kinda pointless, most Lua use right now is in embedded interpreters in other software, and Terra would be hard to use, since most projects probably won't incorporate it at all.
Re: Terra – a low-level counterpart to Lua
#4Re: Terra – a low-level counterpart to Lua
#5Why would anyone do this? What's wrong with func, function, def, etc. ?
Re: Terra – a low-level counterpart to Lua
#6> The keyword 'terra' introduces a new Terra function. Why would anyone do this? What's wrong with func, function, def, etc. ?
Re: Terra – a low-level counterpart to Lua
#7Re: Terra – a low-level counterpart to Lua
#8I don't understand. Where would you use this instead of Lua?
Re: Terra – a low-level counterpart to Lua
#9I don't understand. Where would you use this instead of Lua?
Lower level, so more control for advanced programs performance-wise.