nimsuggest

Nim programming language - compiler

Install

All systems
curl cmd.cat/nimsuggest.sh
Debian Debian
apt-get install nim
Ubuntu
apt-get install nim
Arch Arch Linux
pacman -S nim
image/svg+xml Kali Linux
apt-get install nim
Fedora
dnf install nim-tools
Windows (WSL2)
sudo apt-get update sudo apt-get install nim
OS X
brew install nim
Raspbian
apt-get install nim

nim

Nim programming language - compiler

Nim is a statically typed, imperative programming language that generates native code via compilation to C. It provides a non-tracing GC, high level datatypes and local type inference, and bindings to a lot of C libraries.

nim-tools

Tools for Nim programming language