/Fig

A functional, fractional-byte programming language

Primary LanguageClojureApache License 2.0Apache-2.0

Fig

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

How to run

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]