Seggan / Fig

A functional, fractional-byte programming language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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]

About

A functional, fractional-byte programming language

License:Apache License 2.0


Languages

Language:Clojure 100.0%