From: JamesBritt Date: 2002-09-04T02:59:11+09:00 Subject: RE: Ruby aesthetics > I just want to add that in my opinion, what really make Python so popular > are, among other things: > > 1) Indentation-based syntax > 2) "There is only one way to do it" Wow. These are two things that would keep me away from *any* language. I gave Python a shot, but the forced formatting (among other things) turned me off. I didn't get far enough to find if there really was only one way to do things. Still, that would make debugging easier: Just maintain a database of all code done the Right Way, and if your code doesn't match The One Way To Do It, then it's wrong. :) James