Home

Awesome

FlipJump C++ Interpreter

This project is a very fast FlipJump interpreter, and supports the 0,1,2 fjm versions.

FlipJump is the simplest programing language.<br> Yet, it can do any modern computation.

It's an Esoteric language (FlipJump esolangs page), with just 1 operation a;b:

Which means - Flip a bit, then Jump.

How to run

Simply compile and run:

>>> fji hello.fjm -s
Hello, World!

Read More

To read more about FlipJump: