This project is a very fast FlipJump interpreter, and supports the 0,1,2 fjm versions.
FlipJump is the simplest programing language.
Yet, it can do any modern computation.
It's an Esoteric language (FlipJump esolangs page), with just 1 operation a;b
:
not *a; jump b
Which means - Flip a bit, then Jump.
Simply compile and run:
>>> fji hello.fjm -s
Hello, World!
- The -s flag is used to not print times and running-statistics.
To read more about FlipJump: