Hacker News new | ask | show | jobs
by vive-la-liberte 3820 days ago
Have you any code shared on GitHub so I may see some real life Nim?
1 comments

Sure. There is lots of repos: https://github.com/trending?l=nimrod

Some highlights: Nimble package manager [1], Jester web framework [2], NES emulator [3], NimForum [4], SDL GUI library [5]

And if you want some smaller code examples: http://nim-by-example.github.io/, https://github.com/def-/nim-advent-of-code-2015, https://github.com/def-/nim-unsorted

1: https://github.com/nim-lang/nimble

2: https://github.com/dom96/jester

3: https://github.com/def-/nimes

4: https://github.com/nim-lang/nimforum

5: https://github.com/yglukhov/nimx

Much obliged.