add_sub_brainfuck_code by rst76

main=interact$d.foldl(\(a:s)b->b:s++d([a..b]>>"+")++d([b..a]>>"-")++".")"\0"
d=drop 1

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

download

return to the top page