[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

comp.lang.ruby

pre-newbie question

Martin Rinehart

3/5/2009 7:40:00 PM

I want to add Sketchup features, a product that has an API only for
Ruby, so I've decided that Ruby is the right choice. I've Googled up
lists of tutorials, tried a few. Any recommendations? (I'm an
experienced OO programmer.)

Thanks in advance.
7 Answers

Phlip

3/5/2009 7:46:00 PM

0

Martin Rinehart wrote:
> I want to add Sketchup features, a product that has an API only for
> Ruby, so I've decided that Ruby is the right choice. I've Googled up
> lists of tutorials, tried a few. Any recommendations? (I'm an
> experienced OO programmer.)

What is the question?

Yes, Ruby and Sketchup would be a blast; I can't wait to try it myself.

Here's some Ruby to keep you interested:

http://flea.source...

--
Phlip

Martin Rinehart

3/5/2009 8:34:00 PM

0

On Mar 5, 2:45 pm, Phlip <phlip2...@gmail.com> wrote:

> What is the question?

What tutorial or book or ??? is best for learning Ruby?

Great link!

Todd Benson

3/5/2009 8:56:00 PM

0

On Thu, Mar 5, 2009 at 2:33 PM, Martin Rinehart
<MartinRinehart@gmail.com> wrote:
> On Mar 5, 2:45 pm, Phlip <phlip2...@gmail.com> wrote:
>
>> What is the question?
>
> What tutorial or book or ??? is best for learning Ruby?

http://code.google.com/apis...

The best learning resource sort of depends on where you are coming
from and your programming style. I'm sort of a resource manual type
of person instead of a tutorial person, for example.

Todd

Brian Candler

3/5/2009 9:53:00 PM

0

Martin Rinehart wrote:
> I want to add Sketchup features, a product that has an API only for
> Ruby, so I've decided that Ruby is the right choice. I've Googled up
> lists of tutorials, tried a few. Any recommendations? (I'm an
> experienced OO programmer.)

http://www.ruby-doc.org/docs/Progra...
--
Posted via http://www.ruby-....

David Masover

3/5/2009 10:56:00 PM

0

Martin Rinehart wrote:
> On Mar 5, 2:45 pm, Phlip <phlip2...@gmail.com> wrote:
>
>
>> What is the question?
>>
>
> What tutorial or book or ??? is best for learning Ruby?

I always preferred Try Ruby as the quickest way to jump in:

http://tryruby...

Of course, it's a little bit outdated, especially the download links it
has at the end. But it's still absolutely genius.

After that, I couldn't say. Someone else will probably suggest a book,
and that's good, too. I would say, Google is your friend -- it doesn't
take any longer to do this

http://lmgtfy.com/?q=rub...
http://lmgtfy.com/?q...

than it does to ask us.

Martin Rinehart

3/6/2009 12:51:00 PM

0

On Mar 5, 5:56 pm, David Masover <ni...@slaphack.com> wrote:

> I always preferred Try Ruby as the quickest way to jump in:
>
> http://tryruby...

Thanks! (Make that "hobix", Google tells me.)

Google lacks the "don't just list them, rank them by quality" feature.

Heesob Park

3/6/2009 1:09:00 PM

0

2009/3/6 Martin Rinehart <MartinRinehart@gmail.com>:
> On Mar 5, 5:56=C2=A0pm, David Masover <ni...@slaphack.com> wrote:
>
>> I always preferred Try Ruby as the quickest way to jump in:
>>
>> http://tryruby...
>
> Thanks! (Make that "hobix", Google tells me.)
>
> Google lacks the "don't just list them, rank them by quality" feature.
>
>
You can also try your code at http://codepad.org/?l...

Regards,

Park Heesob