Gibberish a minimalist, dynamic, and turing-complete programming language, it is based on Reversible BitFuck. to further reduce it with only 3 instruction.
FAFAFAFAToggle and Move Head Forward, in RBF+>FUFUFAFAMove Head Backward and Open Loop, in RBF<(FAFAFUFUCloses Loop, in RBF)
you can run command using
gib run -t 3 "FAFAFAFA FUFUFAFA FAFAFUFU #toggle head"or using file
gib run -c -t 88 ./examples/hidup.gbHere the example instruction combination
FAFAFAFA FUFUFAFA FAFAFUFU #toggle head
FAFAFAFA FUFUFAFA FAFAFUFU FAFAFAFA #move forward
FUFUFAFA FAFAFUFU #move backward
FAFAFAFA FUFUFAFA FAFAFUFU FAFAFAFA FUFUFAFA #open loop
FAFAFUFU #close loopThe program simulate turing machine with moving head and 1-bit tape
Giberish can be installed from pypi
pip install gib-lang