[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

I need something like ipython

Matthew Wilson

10/1/2006 12:49:00 AM

I'm learning ruby to work on a RoR project. For the last six months,
I've been doing python programming and really loving the ipython
interpreter.

I really don't want to argue about python vs. ruby. I just want to know
if there is some similar project for ruby.


--
A better way of running series of SAS programs:
http://overlook.homelinux.net/wilsonwiki/SasAn...
3 Answers

Corey Jewett

10/1/2006 1:19:00 AM

0

For straight Ruby there's irb.

For Rails there's ./script/console. (Which builds on irb)

For massively improving both try Wirble (http://pabl...
software/wirble/).

Big ups to Paul Duncan; Wirble rocks.

Corey


On Sep 30, 2006, at 5:55 PM, Matthew Wilson wrote:

> I'm learning ruby to work on a RoR project. For the last six months,
> I've been doing python programming and really loving the ipython
> interpreter.
>
> I really don't want to argue about python vs. ruby. I just want to
> know
> if there is some similar project for ruby.
>
>
> --
> A better way of running series of SAS programs:
> http://overlook.homelinux.net/wilsonwiki/SasAn...
>


Tom Pollard

10/1/2006 1:21:00 AM

0


On Sep 30, 2006, at 8:55 PM, Matthew Wilson wrote:

> I'm learning ruby to work on a RoR project. For the last six months,
> I've been doing python programming and really loving the ipython
> interpreter.
>
> I really don't want to argue about python vs. ruby. I just want to
> know
> if there is some similar project for ruby.

I'll second that request. Ipython's really quite nice.

Tom

Timothy Goddard

10/1/2006 1:22:00 AM

0

Ruby has the irb interactive shell as part of the standard
distribution. To run irb with your Rails environment pre-loaded just
navigate to your application directory and run "ruby script/console".

Matthew Wilson wrote:
> I'm learning ruby to work on a RoR project. For the last six months,
> I've been doing python programming and really loving the ipython
> interpreter.
>
> I really don't want to argue about python vs. ruby. I just want to know
> if there is some similar project for ruby.
>
>
> --
> A better way of running series of SAS programs:
> http://overlook.homelinux.net/wilsonwiki/SasAn...