nitrogen
An interpreted programming language written in Go.
Project maintained by nitrogen-lang
Hosted on GitHub Pages — Theme by mattgraham
Globally Defined NSL Documentation
This directory contains the documentation for globally defined Standard Library
functions. They are separated by category for documentation purposes. The preamble
is implemented as a standard Nitrogen package that is imported automatically before
any user code.
- Collections: Functions to manipulate arrays and maps.
- Errors: Handle errors.
- Imports: Documentation on including other files into a running script.
- Input/Output: Deals with writing to or reading from things.
- Types: Converting between types and checking types.