nimgrep
Nim programming language - compiler
Install
- All systems
-
curl cmd.cat/nimgrep.sh
- Debian
-
apt-get install nim
- Ubuntu
-
apt-get install nim
- Arch Linux
-
pacman -S nim
- 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
- Dockerfile
- dockerfile.run/nimgrep
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.