Re: Interactive Perl 6 shell

2009-12-29 Thread Mark J. Reed
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" )
>
> Enter the command `exit` to end the session.
>
>
> --
> Just my 0.0002 million dollars worth,
>   Shawn
>
> Programming is as much about organization and communication
> as it is about coding.
>
> I like Perl; it's the only language where you can bless your
> thingy.
>

-- 
Mark J. Reed 


Re: Interactive Perl 6 shell

2009-12-29 Thread Shawn H Corey
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 organization and communication
as it is about coding.

I like Perl; it's the only language where you can bless your
thingy.


Re: Interactive Perl 6 shell

2009-12-29 Thread Carl Mäsak
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
> reply with was information regarding the built-in Rakudo REPL. You can see
> it in action here:
>
> http://perl6advent.wordpress.com/2009/12/01/day-1-getting-rakudo/

A mention of today's RE(P)L in Rakudo practically mandates a mention
of its known deficiencies:

 

Last I heard, pmichaud++ was well under way to fixing the annoying
variable-forgetting bug, by extending the way &eval works.

// Carl


Re: Interactive Perl 6 shell

2009-12-28 Thread jason switzer
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/2009/12/01/day-1-getting-rakudo/

Sorry about that empty reply.

-Jason Switzer


Re: Interactive Perl 6 shell

2009-12-28 Thread Jason


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/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