FlipJump C++ Interpreter

August 14, 2022 ยท View on GitHub

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.

How to run

Simply compile and run:

>>> fji hello.fjm -s
Hello, World!
  • The -s flag is used to not print times and running-statistics.

Read More

To read more about FlipJump: