Paul Kiel's Data Integration Blog
Data integration using Xml / Xslt and anything else...







Friday, February 15, 2008

programming in Ruby

I've been hearing so much about Ruby, I finally went out and bought a book. It's called Learning Ruby by Michael Fitzgerald. I found the book pretty good at laying out the jist of Ruby. The most interesting thing about it is that everything is an object. Even numbers are classes! This takes object orientation to its logical conclusion.
I also like the "dynamic typing" wherein the system determines the data type of a variable. While I wonder if this leads to casting problems, it is nice to have someone else take care of the details.
Will post on a Ruby podcast next.

See 2007 post archives.

© Copyright Paul Kiel.

Archives:
January 2008 February 2008 March 2008 April 2008 May 2008 June 2008 July 2008 September 2008 October 2008
2007