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.
Brainfusck
Jump to navigation
Jump to search
brainfusck is brainfuck but better.
the original brainfuck commands still exist.
there are numbers for each cell: 1 goes to first cell, 2 goes to second cell, etc. consecutive numbers are not interpreted as consecutive moves cus who does >< in brainfuck? 23 goes to cell 23, 69784 goes to cell 69784, etc.
if is this: {a|b:code} if cell a is b then
(m)*n! repeats code m n times
q*n! repeats command q n times
calculator (failed)
2,-*48!3,-*48![3+2-3]{3|