this post was submitted on 13 Jun 2023
4 points (100.0% liked)
Programming
17398 readers
143 users here now
Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!
Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.
Hope you enjoy the instance!
Rules
Rules
- Follow the programming.dev instance rules
- Keep content related to programming in some way
- If you're posting long videos try to add in some form of tldr for those who don't want to watch videos
Wormhole
Follow the wormhole through a path of communities !webdev@programming.dev
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Good resources about Nim, I've collected for past month while learning and falling in love with it:
Nim-Lang.org - Tutorials on the official website is one of the best ways to learn syntax.
Nim is one of supported languages on Exercism - free and open source platform for coding exercises.
A brief introduction to Nim by Exercism
Nim in 100 seconds by Fireship
Computer Programming with the Nim Programming Language - One of 3 books about Nim and the only free one.
Summary of Nim features and resources. Warning! AI-generated, so don't rely on it too much.
Nim by Example. - Useful for quick syntax overview
Official Curated List of useful packages
Example of making a real program in Nim (brainfuck interpreter)
How to build and deploy static binaries with musl
Nim is not a transpiler