I just want to know the "rationale" behind ruby or python synatax,
since no matter how simple or how clear it is, people always don't want
to learn a new language...a little bit risky...
To make me bellieve this statement, I read it like this:
It is very risky for a programmer not to learn a new
programming language from time to time.
The book "The pragmatic Programmer" proposes to learn
other programming languages just to get new ideas and
to adopt other ways of thinking; just for fun.
This is why I tried Ruby -- and stayed with it.
Some personal opinions:
I stopped testing C++ years ago because finally it is
not a purely oo language. Perhaps the price for keeping
it "C-style".
What I dislike in Java is again the "C-style" and the
primitive types.
Perl one of the few "really modern" languages I saw
before Ruby, but after learning Ruby it is hard to
really like its Perl's OO approach.
But others might see it differently.
MP