nitrogen

An interpreted programming language written in Go.


Project maintained by nitrogen-lang Hosted on GitHub Pages — Theme by mattgraham

Nitrogen Documentation

Here you will find documentation for the language syntax, as well as the standard library:

Function Notation

Throughout the documentation, you will find several function definitions. The following syntax is used to denote the number and type of any function arguments as well as return types. All functions have an implicit return. If a function doesn’t list a return type, it’s assumed to be nil.