A programming language by N Building with features such as modular imports.
Shell (Mac, Linux):
curl -fsSL https://github.com/nbuilding/N-lang/raw/main/install.sh | sh
PowerShell (Windows):
iwr https://github.com/nbuilding/N-lang/raw/main/install.ps1 -useb | iex
Shell (Mac, Linux):
curl -fsSL https://github.com/nbuilding/N-lang/raw/main/install.sh | sh -s v1.0.0
PowerShell (Windows):
$v="1.0.0"; iwr https://github.com/nbuilding/N-lang/raw/main/install.ps1 -useb | iex
See the docs
See python/.
- Contact us or make a PR
- Look at PROJECTS.md
See issues.
The JavaScript version uses Node, TypeScript, and Nearley.
See how to run it in the js/ folder.
An IDE is available at https://nbuilding.github.io/N-lang/. It uses the JS version and Monaco, the same editor used in VSCode. The code for the editor is available in the web/ folder.