An interpreted programming language written in Go.
Nitrogen supports three styles of comments:
// This comment lasts to the end of the line
# As does this one, this is mainly for scripts and #! headers
/*
Multiline comments are also supported.
*/