Ruby is the new Perl?
January 20, 2006 · 7 Comments
Alexandru Costin thinks Ruby is the new Perl. I guess that explains why I took a dislike to Ruby without entirely knowing why. With hindsight, yes, it does remind me of Perl...
Tags: programming

7 responses so far ↓
1 Steve Gustafson // Jan 20, 2006 at 6:16 PM
However, from time to time I run into situations where PERL is a significantly better choice for a task, so I still pull it out of my toolbelt periodically.
I'm not trying to start a debate, I'm just curious as to why you dislike PERL.
Gus
2 Sean Corfield // Jan 20, 2006 at 7:59 PM
3 Aneesha // Jan 20, 2006 at 8:13 PM
4 Scott Fanetti // Jan 21, 2006 at 12:14 AM
I'm rambling. Goodnight.
5 Seth Petry-Johnson // Jan 21, 2006 at 6:25 AM
I've only just begun looking into Ruby on Rails and so far it looks pretty cool. I haven't spent enough time on the Ruby language itself to really form an opinion though.
6 Robin Hilliard // Jan 21, 2006 at 3:07 PM
Not to keen on the $<, $@ etc myself but there is an 'English' module in Ruby that adds more verbose synonyms for the global $... variables.
Of course you can write terse, hard to read gibberish in any language, in the second edition of the "Pickaxe" book there seems to be some efforts to encourage people away from the Perl-like aspects of the language
7 Brandon Ellis // Jan 21, 2006 at 5:53 PM
Leave a Comment