From: Vivek Date: 2005-12-22T16:27:49+09:00 Subject: Re: Why not Python? (No, no, I am not a spy) I am not really experienced in python but somehow the whitespace indentation philoplosophyt of python puts me off. I know lots of people have argued that you get used to it but you got to get started to get used to it. ;- ) I started ruby because I wanted to learn rails and I have found it to have all the features of perl and I guess ( I have read elsewhere) it has the clean syntax and readability of python. The best part about ruby i like is the ability to dynamically add new methods with things like "method_missing" ..I think ruby does this kind of meta-programming in the cleanest way.