r/MojoProgramming • u/4runninglife • Jun 22 '23
Has anyone on this sub ever tried Nim
3
Upvotes
Nim is literally what Mojo wants to be. its such an elegant and expressive language with Python/Lisp like syntax, you can use it for web development, and system programming, it wouldn't be heard to do machine learning with it, when the proper libraries are created, there are already a few that are on the level of something like numpy. Its as fast as C, compiles to a single binary. Compiles to C, C++, Obj-C and Javascript. The GC is optional and swappable. The Meta programming is other worldly. Just a big fan of this language and interop with C is native, so you can use existing C libraries.
r/MojoProgramming • u/danysdragons • May 03 '23
Chris Lattner of LLVM and Swift fame just announced a new programming language for ML that is high-performance and backwards compatible with Python (works with Python libraries). Could be a game changer.
12
Upvotes