I was reading "Programming Ruby", A.K.A. the Pick Axe book last night. And it makes me wish that I could use Ruby every day. It's just so damn clean, and it's OO model is just *right*, and its threads are just so *simple*, and ... ok, I'll stop now.
I guess I just wish I could do my job in Ruby, rather than Perl. Actually I probably could - they're pretty flexible about just using what works here. But then the axkit people would get all edgy that I'm going to move away from Perl, and I'd be lynched :-)
I've been moving towards Ruby too. I hear there is strength in numbers. Andy Wardly likes Ruby as well. Hey, garbage collection is nice you know
Re:nah
Elian on 2001-12-06T18:46:30
Hey, I like Ruby too.:)
It may well do to perl's user base what Python never did. (Or could, I think)
This is pretty much all we need
Re:mod_ruby
Purdy on 2001-12-06T19:30:15
Be warned, the previous comment comes from the same guy (or gal?) who tempts people publicly (or at least in IRC) to make a switch to Postgres (from MySQL). Everytime I see that guy on PM with red eyes, I think of darobin!;) Jason
Re:mod_ruby
Matts on 2001-12-06T22:02:21
I'd venture to make the same suggestion. The slowdown with Pg is probably about 10% now from MySQL, which is negligable, but Pg will also be much faster on complex queries, because frankly it's query optimiser is light years ahead of MySQL's. In fact I'd say it's as good as Oracles (though maybe not as good as Sybase's).Re:mod_ruby
Purdy on 2001-12-07T01:41:04
arg - not you, too! *laugh* Seriously, I do envy having foreign keys, stored procs, views and triggers, but not at the current expense of rewriting a massive amount of CGI programs.Hmm
... maybe I'll write my new stuff using Pg (I do have a server running in conjunction with MySQL)... that'll be my entry into the dark side.