In reply to @root__21 "i just got to": Fast runtime Almost as fast as C since it first transpiles into C then compiles with a compiler of your choice Fast write time Write efficiently, it looks and feels like Python, but better since it is strongly typed and have good design Extensible: You can xetend the language with whatever comes to your mind with macros and templates Btw it is really multipurpose since it transpiles to Javascript you can make your frontend with it You can make a kernel, a game, a CLI app, a GUI app, machine learning, and everything else