Companion tools and resourcesΒΆ
Five places to go beyond this docs site:
Browser-based editor, compiler, and runtime. Write FlipJump, hit Run, see output β no install required.
C-to-FlipJump compiler. Pipeline: C β RISC-V β FlipJump.
pip install c2fj
Brainfuck-to-FlipJump compiler with four optimisation passes.
pip install bf2fj
The upstream repo: language implementation, standard library, example programs, tests, the GitHub wiki.
Background commentary on the language design, computational classification, and links to related single-instruction languages.
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.