tpzker 4 Posted November 10 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 1 1 Log and MoonlightOwl reacted to this Quote Share this post Link to post Share on other sites
Nexarius 18 Posted November 11 Can this run a lua interpreter? 1 tpzker reacted to this Quote Share this post Link to post Share on other sites
tpzker 4 Posted November 11 26 minutes ago, Nexarius said: Can this run a lua interpreter? Probably, if you're brave enough (when it's done :P) Quote Share this post Link to post Share on other sites