in reply to Re: Simple REPL madness.
in thread Simple REPL madness.

What he said ::points at tilly's comment::

The interesting (for some values of interesting) part of this is the immediate interpretation. Of course, there's a much more functional Read-Eval-Print-Loop available at perl -d. But I found it interesting from a "oooh, lookie what weirdness the DATA handle can be used for" perspective.

for(split(" ","tsuJ rehtonA lreP rekcaH")){print reverse . " "}print "\b.\n";

Replies are listed 'Best First'.
Re^3: Simple REPL madness.
by belg4mit (Prior) on Dec 23, 2008 at 18:35 UTC
    Thank you for eventually explaining what the *bleep* a 'REPL' is.

    --
    In Bob We Trust, All Others Bring Data.

      Sorry; I guess I've read one too many Lisp books, and took it for a common term ;-)

      for(split(" ","tsuJ rehtonA lreP rekcaH")){print reverse . " "}print "\b.\n";