tpzker 4 Posted November 10, 2019 Share Posted November 10, 2019 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 dynamically compiled libraries for programs C++-style syntax and easier OOP Helpful Links WIP Documentation GitHub Repository Totoro and Log 1 1 Quote Link to post Share on other sites
Nexarius 18 Posted November 11, 2019 Share Posted November 11, 2019 Can this run a lua interpreter? tpzker 1 Quote Link to post Share on other sites
tpzker 4 Posted November 11, 2019 Author Share Posted November 11, 2019 26 minutes ago, Nexarius said: Can this run a lua interpreter? Probably, if you're brave enough (when it's done :P) Quote Link to post Share on other sites