nitrogen

An interpreted programming language written in Go.


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

typing.ni

The time modules provide access to system time.

To use: import 'std/typing'

types: map

A map of internal names for types.

Keys:

"interger":      "INTEGER",
"float":         "FLOAT",
"boolean":       "BOOLEAN",
"nil":           "NULL",
"exception":     "EXCEPTION",
"error":         "ERROR",
"function":      "FUNCTION",
"string":        "STRING",
"byteString":    "BYTESTRING",
"builtin":       "BUILTIN",
"array":         "ARRAY",
"hash":          "MAP",
"resource":      "RESOURCE",
"module":        "MODULE",
"class":         "CLASS",
"interface":     "INTERFACE",
"instance":      "INSTANCE",
"builtinMethod": "BUILTIN METHOD",
"boundMethod":   "BOUND METHOD",