7 ms·
I'm convinced Nim is what Python aspires to be, but it seems like putting the cart before the horse. Does anyone know of any interesting projects using Nim?
by RaecKK 12y ago
I'm convinced Nim is what Python aspires to be, but it seems like putting the cart before the horse.
Does anyone know of any interesting projects using Nim?
- stefanix 12y ago... or the horse out of the car.
- jaws- 12y ago- Game engine: https://github.com/rnentjes/nim-ludens https://github.com/rnentjes/nim-ludens - Another: https://github.com/Vladar4/nimgame https://github.com/Vladar4/nimgame - Aporia IDE: https://github.com/nim-lang/Aporia https://github.com/nim-lang/Aporia - Web framework: https://github.com/dom96/jester https://github.com/dom96/jester - Jade templating: https://github.com/idlewan/jade-nim https://github.com/idlewan/jade-nim - Emerald templating: https://github.com/flyx/emerald https://github.com/flyx/emerald - Nake build system: https://github.com/fowlmouth/nake https://github.com/fowlmouth/nake - Cross platform skeleton: https://github.com/yglukhov/nim-sdl-template https://github.com/yglukhov/nim-sdl-template - Package manager: https://github.com/nim-lang/nimble https://github.com/nim-lang/nimble - Pitting Nim against C++, Go, Rust, D: https://news.ycombinator.com/item?id=8778041 https://news.ycombinator.com/item?id=8778041 - String formatting library inspired by Python's `format`: https://bitbucket.org/lyro/strfmt https://bitbucket.org/lyro/strfmt - ZeroMQ wrapper: https://github.com/nim-lang/nim-zmq https://github.com/nim-lang/nim-zmq - bcrypt wrapper: https://github.com/flaviut/easy-bcrypt https://github.com/flaviut/easy-bcrypt
- def- 12y agoThe Nim compiler itself is written in Nim: https://github.com/Araq/Nim https://github.com/Araq/Nim There is Jester, a framework for web applications: https://github.com/dom96/jester https://github.com/dom96/jester HastyScribe looks pretty nice as well: https://h3rald.com/articles/hastyscribe/ https://h3rald.com/articles/hastyscribe/