On 1/30/08, Kerim Aydin <[EMAIL PROTECTED]> wrote: > On Wed, 30 Jan 2008, Geoffrey Spear wrote: > > On Jan 29, 2008 7:53 PM, Benjamin Schultz <[EMAIL PROTECTED]> wrote: > >> I can do a *double* ROT-13 encoder. Does that count? > > > > That would be an interesting contest. I'm sure I'd lose horribly with > > my bloated 4-character solution. > > But I'll bet that one you could do in one byte. +[,.] Five characters. I cannot think of any shorter way to do that, in Brainfuck.
It beats some languages, like awk ('{print}') but loses considerably to, say, shell scripting ('cat') or sed ('').