Nimrod Programming/Installing Nimrod
Appearance
As nim is a compiled language , we of course need the compiler on the system that we are on , so lets install it .now the installation procedure depends on your system.
https://nim-lang.org/install.html
and if you want to compile from source then after downloading the source tarball
sh build.sh
bin/nim c koch
./koch boot -d:release
./koch tools