joeyh at
helloworld :: String helloworld = brainfuck $ forM_ "hello, world!" $ flip withChar output
Generates a page of brainfuck.. which does print out the greeting when run.
joeyh at
helloworld :: String helloworld = brainfuck $ forM_ "hello, world!" $ flip withChar output
Generates a page of brainfuck.. which does print out the greeting when run.