We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.
RRF
Jump to navigation
Jump to search
RRF is short for Reverse-ReverseFuck and it uses the commands of ReverseFuck but the program is written backwards. Every valid Brainfuck program is a valid RRF program but a different function. You can also write program that is the same function in Brainfuck as RRF (a polyglot program):
,[.,].
and
+[,[.,]][[.,].]-
You can also do another variation PRRF (Palindrome-Reverse-ReverseFuck) that requires you to write half of the program (the second half) and it writes the rest itself, just like the programs above are, so you would write:
,].
and
[[.,].]-