1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-10-14 03:41:23 +02:00
Files
wiki/wiki/programming_language/nim.md

306 B

Nim

Nim is a statically typed compiled systems programming language.

Setup

You can install nim using choosenim with curl https://nim-lang.org/choosenim/init.sh -sSf | sh. If you're on an arch-based machine you can also run yay -S choosenim (install yay if necessary).