The Artima Developer Community
Sponsored Link

Weblogs Forum
Ode to the Python Quick Reference (Ruby Needs One!)

16 replies on 2 pages. Most recent reply: Feb 15, 2008 5:57 PM by Elizabeth Wiethoff

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 16 replies on 2 pages [ « | 1 2 ]
Eivind Eklund

Posts: 49
Nickname: eeklund2
Registered: Jan, 2006

Re: Ode to the Python Quick Reference (Ruby Needs One!) Posted: Nov 7, 2007 6:47 AM
Reply to this message Reply
Advertisement
> Ruby needs more than maturity. It could use some
> orthogonality and simplicity. I attended a Ruby tutorial
> at OOPSLA last week and came away disgusted. Why would
> anyone invent a language that was a combination of Perl
> and SmallTalk? The presenter showed five substantively
> different ways of writing a factorial function. So much
> for readability. Someone please tell me why I would want
> to use Ruby instead of Python.

Because most everybody that knows both prefers Ruby as a language (and Python's ecosystem, as in 'batteries included' and the PQR, faster interpreter, and so on.)

I personally don't do Python, so I can't say much about it as a direct comparison - but I can say that the different ways of writing things in Ruby generally help me rather than hinder me. They let me write a good, readable solution for the particular problem I have right now, rather than forcing me to use a particular solution that sort-of-fits all over.

The best advice I have is "try it". Learn enough Ruby to be able to use it well, and then see what you like. Even if you don't use Ruby afterwards, you'll likely have learned some idioms that will help you write good code in whatever language you do choose to code in.

Eivind.

Elizabeth Wiethoff

Posts: 89
Nickname: ewiethoff
Registered: Mar, 2005

Re: Ode to the Python Quick Reference (Ruby Needs One!) Posted: Feb 15, 2008 5:57 PM
Reply to this message Reply
Zen Spider's Ruby QuickRef is very handy, but it doesn't do everything I need. Meanwhile, I find Ruby's RDoc-generated documentation unbearably frustrating.

So I got inspired and began creating my own "Ruby API Guide" (http://mysite.verizon.net/hpassel/rubyguide/). It still has a ways to go. For example, I'd like to list some stuff by category, not just alphabetically. Plus I need to write more about the standard library.

My Ruby guide is nowhere near as thorough as the PQR, but I find myself using it a lot. It's the place I start when I want to look up how to do something in Ruby.

Thanks for the inspiration, Bruce.

Flat View: This topic has 16 replies on 2 pages [ « | 1  2 ]
Topic: Ode to the Python Quick Reference (Ruby Needs One!) Previous Topic   Next Topic Topic: Touring the Smallest Symbian App

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use