> I though it be cool to hear what your first experience with Ruby was.
> Was it a job, or just a fun (cough, cough)  side project that you
> decided to take on?

I remember it was when google started open source hosting (google code). 
Me and my brother were curious to try it out. Earlier he came up with 
his own algorithm for the famous towers of hanoi puzzle. We named it as 
non-recursive-humane-algorithm. I was toying with Ruby. So I implemented 
his algorithm in Ruby and posted it at google code.

It is not so Rubyish. I now see I was basically using Ruby syntax to my 
c++ style implementation.

It is still available at http://towersofhanoi.googlecode.com. (No unit 
tests. You have been warned!)

Cheers,
Ragu

-- 
Posted via http://www.ruby-forum.com/.