Companion tools and resourcesΒΆ

Five places to go beyond this docs site:

🌐 FlipJump IDE

Browser-based editor, compiler, and runtime. Write FlipJump, hit Run, see output β€” no install required.

fj.tomhe.app β†’

FlipJump IDE β€” fj.tomhe.app
πŸ…’ c2fj

C-to-FlipJump compiler. Pipeline: C β†’ RISC-V β†’ FlipJump.

pip install c2fj

c2fj β€” C to FlipJump
🧠 bf2fj

Brainfuck-to-FlipJump compiler with four optimisation passes.

pip install bf2fj

bf2fj β€” Brainfuck to FlipJump
πŸ™ flip-jump on GitHub

The upstream repo: language implementation, standard library, example programs, tests, the GitHub wiki.

github.com/tomhea/flip-jump β†’

https://github.com/tomhea/flip-jump
πŸ“œ esolangs.org/FlipJump

Background commentary on the language design, computational classification, and links to related single-instruction languages.

esolangs.org/wiki/FlipJump β†’

https://esolangs.org/wiki/FlipJump

The IDE is the easiest entry point β€” no local install. The compilers (c2fj, bf2fj) let you target FlipJump from higher-level languages. The upstream repo is where issues, contributions, and the language implementation live. The esolangs page is the canonical external reference.