On 7/20/07, Mr. Shawn H. Corey <[EMAIL PROTECTED]> wrote:
Chas Owens wrote:
> Yes, but that is not what a good REPL should do with it.  Take a look
> at the pugs example again.  The problem is that you are executing my
> code in your context.  My code should be evaluated in a separate
> context.  There should be no difference between
>
snip
No, I am executing my code in my context.  Neither your REPL or my
little Perl command can replace a well thought out Perl program.
snip

You fail to understand what a REPL is for.  A REPL is for learning and
playing with a language.  Some people also use them as a debugging or
prototyping environment*.  It isn't supposed to be a well thought out
program, well the REPL is, but the stuff the user types into it isn't.

*Lisp and Scheme people actually use them as editors.

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to