Home

June 2008

S M T W T F S
1234567
891011121314
15161718192021
22232425262728
2930     
Powered by LiveJournal.com

OK Internet, I concede

I'm going to learn Ruby. My copy of The Ruby Programming Language arrives today.

Comments

(Anonymous)

l'm learning ruby too :))

i'm also start lerning ruby today :))

You won't regret it!

Seriously, it's digital kool-aid!

No!!!!!

Python loves you.

(Anonymous)

Please do not

They have no sense of direction. Take a look at the standard libs. It's a horrible mess, with some of The most crucial things missing, and with some entirely useless junk often instead. Not to mention the documentation is plain CCCP...

I have always wanted to like Ruby, but it's one of the most frustrating and plain crappy languages to program in the long run, especially if you have high demands.

Re: Please do not

Well, standard libraries are hard. My plan is to learn using JRuby, which has the advantage that you can access all of the Java core libraries, many of which are well designed.

We'll see, it should be fun to learn a new language anyways.

(Anonymous)

Re: Please do not

"but it's one of the most frustrating and plain crappy languages to program in the long run, especially if you have high demands."

Like what "high demands" exactly? PHP is a crap design language but people use it, so I am curious what "high demands" you refer to.
I mean all the folks that use ruby since years are proof that they have no "high demand" considering your logic is valid, right?
Makes not much sense to me.

Or maybe it is actually you that is wrong here? People should judge on their own anyway.

Good Choice

Good! It's a great language to add to your list of known languages. Python still is the language that gets things done for me, but ruby is a great replacement for my old perl stuff.

hooray!

Congrats.

(Anonymous)

Also planning to learn Ruby this week.

I am also planning to learn Ruby this week. I already have setup gedit almost like this:

http://grigio.org/pimp_my_gedit_was_textmate_linux

But I am thinking about give Netbeans a shot too. I have found a nice website for Ruby learning and I am going to use it to learn Ruby.

http://rubylearning.com/

(Anonymous)

Does this mean that the hotwire will be rewritten in ruby ? :)
Well no...but I do believe in a multi-language world, and my plan has always been for Hotwire to support that. I have some ideas for how to make that happen and have been working on a new small project for prototyping it out.