A functional, fractional-byte programming language. Tired of annoying Unicode codepages in your favorite golfing languages? Fig uses pure, printable ASCII.
Online interpreter (thanks to Steffan153), Operator list
Simple. Download the release you want from the releases tab then run
java -jar Fig-<version>.jar run <code file> [input]
If you want to format your code as a CGCC post, run
java -jar Fig-<version>.jar format <code file>
To print the lexed and parsed AST, run
java -jar Fig-<version>.jar debugRun <code file> [input]