nitrogen icon indicating copy to clipboard operation
nitrogen copied to clipboard

An interpreted programming language written in Go.

Results 12 nitrogen issues
Sort by recently updated
recently updated
newest added

The REPL can be buggy for some variable lookups due to incorrect opcode generation. Also need to look at implementing a basic readline-like interface for arrow keys, home, end, and...

Bug
Feature request

These methods and variables live on the class itself and are not unique to a single instance. Static methods can be called from the class. Calling a static method or...

Language change