Overview
Hello there. Some of you may remember KLang. I decided that I should you know, actually work on it. Therefore, I present Triton/TritonLang. Triton is the continuation of KLang, a C++-styled programming language that compiles to Lua. I have no ETA on when it will be done as of the moment, but it is work in progress and I would possibly like to get feedback on my current project status.
Hello, world! [Pseudocode]
#include <io>
int main() {
io::info("Hello, world!");
return 0;
}
Advantages to Lua
Headers/easily include libraries
Statically and