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

11 lines
306 B
Markdown

# Nim
[Nim](https://nim-lang.org) 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).