A tiny little language written to answer a Quora question because :'>
How does one create a programming language?
As a compiler:
$ funkyc examples/factorial.fun > factorial.js
$ node factorial.js
As an interpreter:
$ funky examples/factorial.fun
Copyright (c) Quil. MIT licensed.