add_sub_brainfuck_code by Lost_dog

main=interact$ \x->zipWith(#)('\0':x)x>>=tail
a#b=(max([a..b]>>"+")$[b..a]>>"-")++"."

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page