|
One difference would be that terra is heavily focused on meta-programming, and you can imagine it like taking C, trashing its preprocessor and replacing it with Lua. Basically, you write code that writes code. Titan, from what I've seen, is structured more
like a regular programming language that exists alongside and outside of Lua.
From: lua-l-bounces@lists.lua.org <lua-l-bounces@lists.lua.org> on behalf of João Victor Oliveira Couto <jictyvoo.ecomp@gmail.com>
Sent: 12 February 2019 20:56 To: Lua mailing list Subject: Titan Lang .vs. Terra Lang Hi, good morning,
Recently I've seen two different languages built to work with lua, both of then are compiled languages and I want to know the difference between them.
Both have almost the same syntax (a little) and both can call C functions.
The link for both are below:
Terra-Lang: https://github.com/zdevito/terra
Titan-Lang: https://github.com/titan-lang/titan
Thanks for the time
|