With rakudo, just running perl6 with no arguments drops you into the RE_L.
On Tuesday, December 29, 2009, Shawn H Corey wrote:
> Juan Madrigal wrote:
>> Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
>
> $ perl -ple '$_=eval'
>
> (In Windows: perl -ple "$_=eval" )
>
> E
Juan Madrigal wrote:
> Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
$ perl -ple '$_=eval'
(In Windows: perl -ple "$_=eval" )
Enter the command `exit` to end the session.
--
Just my 0.0002 million dollars worth,
Shawn
Programming is as much about organizatio
Jason (>), Juan (>>):
>> Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
>>
>> http://en.wikipedia.org/wiki/Interactive_Ruby_Shell
>>
>> Would be great for trying out the new syntax quickly.
>
> My phone accidentally sent an empty reply to this. What I was supposed to
> re
On Mon, Dec 28, 2009 at 9:59 PM, Jason wrote:
>
>
> *Connected by MOTOBLUR™ on T-Mobile
> *
>
My phone accidentally sent an empty reply to this. What I was supposed to
reply with was information regarding the built-in Rakudo REPL. You can see
it in action here:
http://perl6advent.wordpress.com/
Connected by MOTOBLUR™ on T-Mobile
-Original message-
From: Juan Madrigal
To: perl6-language@perl.org
Sent: Tue, 29 Dec 2009 03:41:50 GMT+00:00
Subject: Interactive Perl 6 shell
Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
http://en.wikipedia.org/wiki
Does Perl6/Rakudo have an interactive perl shell like ruby does with irb?
http://en.wikipedia.org/wiki/Interactive_Ruby_Shell
Would be great for trying out the new syntax quickly.
A Perl 6 TextMate bundle and Panic Coda plugin would be great too!
Thanks!
Juan