-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Home
j-james edited this page Jun 7, 2022
·
76 revisions
echo "Welcome to the Nim programming language wiki!"
- Everything you see on this wiki is unofficial unless stated otherwise.
- Do not open issues about the wiki content.
Bootstrapping | Curated Packages | Editor Support | FAQ |
Tutorial 1 | Tutorial 2 | Tutorial 3 | User Manual |
Nim for C programmers | Nim for Python programmers | Nim for TypeScript programmers |
Nim for D programmers | Nim for Java programmers | Nim for Haskell programmers |
Nim for Kids, Newbies and Non-professionals |
-
IRC - #nim on libera.chat
- Primary: #nim, #nim-offtopic, #nimble, #nim-internals, #nimconf
- Community: #nim-gamedev, #nim-webdev, #nim-langdev, #nim-science, #nim-embedded
-
Discord - bridged to IRC using ircord
- Primary: #main, #offtopic, #nimble, #internals, #nimconf
- Community: #appdev, #gamedev, #webdev, #langdev, #science, #security, #embedded
- Gitter - bridged to Discord through the t2bot.io bridge
- Matrix - bridged to Discord through the t2bot.io bridge
Since they're all bridged they have more people online -> you're more likely to get an answer to your question.
- Telegram
-
Discord
- Language-Specific: #русский, #deutsch, #français, #español, #polski, #ελληνικά, #官话
These communities are unofficial, so they can be inactive or contain outdated info
- Japanese 🇯🇵 Discord server "ゆるいNimサーバー"
- Spanish 🇦🇷 Telegram "Nim en Español"
- Spanish 🇵🇾 Telegram "Nim Paraguay"
- Portuguese 🇧🇷 Telegram "Nim Brasil"
- Italian 🇮🇹 Telegram "Nim Italia (programmazione in linguaggio Nimlang)"
- Indonesian 🇮🇩 Telegram "Nim Language Indonesia"
- Russian 🇷🇺 Telegram "ru.nim.talks"
Most likely an incomplete list, feel free to add missing communities!
Playlist with a lot of Nim videos | StackOverflow | Compiler Explorer | |
Exercism | Learn Nim in 5 Minutes | DevTo | GetTogether |
SPOJ | Code Golf | Code Wars | AtCoder |
RosettaCode | RosettaGit | DevDocs | Docker Hub |
Intro
Getting Started
- Install
- Docs
- Curated Packages
- Editor Support
- Unofficial FAQ
- Nim for C programmers
- Nim for Python programmers
- Nim for TypeScript programmers
- Nim for D programmers
- Nim for Java programmers
- Nim for Haskell programmers
Developing
- Build
- Contribute
- Creating a release
- Compiler module reference
- Consts defined by the compiler
- Debugging the compiler
- GitHub Actions/Travis CI/Circle CI/Appveyor
- GitLab CI setup
- Standard library and the JavaScript backend
Misc