Hey!

Andy Wingo <[email protected]> writes:

>     scheme@(guile-user)> ,L brainfuck
>     Guile Brainfuck interpreter 1.0 on Guile 1.9.0
>     Copyright (C) 2001-2008 Free Software Foundation, Inc.
>
>     Enter `,help' for help.
>     brainfuck@(guile-user)> ++++++++++        initializes cell zero to 10
>     ... [
>     ...    >+++++++>++++++++++>+++>+<<<<-
>     ... ]                 this loop sets the next four cells to 70/100/30/10 
>     ... >++.              print   'H'
>     ... >+.               print   'e'
>     ... +++++++.                  'l'
>     ... .                         'l'
>     ... +++.                      'o'
>     ... >++.                      space
>     ... <<+++++++++++++++.        'W'
>     ... >.                        'o'
>     ... +++.                      'r'
>     ... ------.                   'l'
>     ... --------.                 'd'
>     ... >+.                       '!'
>     ... >.                        newline
>     ... ]
>     Hello World!
>     brainfuck@(guile-user)> 

Wooow, this is... evil!    :-)

Ludo'.



Reply via email to