Nim

Nim is a statically typed compiled systems programming
language.

Installation

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).

IDE

Vim

The steps to make Vim a nim IDE are described in
the vim section of this wiki.