From: Michal Suchanek Date: 2011-04-05T02:43:18+09:00 Subject: Re: functional paradigm taking over On 4 April 2011 17:42, Johnny Morrice wrote: >> I have not seen "befunge" as a euphemism for brainfuck before.  Is >> that common? > > It's a different language, befunge is a 2d language.  Your text file is > like a grid.  IIRC, among the commands > < ^ v change direction right, > left, up and down, respectively.  So this would be an infinite loop: > >>v > ^< > OMG yeah, this explains the ASCII art style. And it makes it at least as much or more twisted as using Excel for programming. Awesome thing to show people ;-) Thanks Michal