nim

Statically typed compiled systems programming language with Python-like syntax

brewmacoslinux
Try with needOr install directly
Source

About

Statically typed compiled systems programming language

Commands

nimnimble

Examples

Compile a Nim source file to an executable$ nim compile hello.nim
Run a Nim program directly without explicit compilation$ nim r hello.nim
Create and initialize a new Nim project with Nimble$ nimble init myproject