Why make a language case sensitive?

Moshe Zadka moshez at math.huji.ac.il
Fri Jul 14 11:53:11 EDT 2000


On Fri, 14 Jul 2000, Peter Timaratz wrote:

> I can't think of any advantages to a case sensitive language. Python is a
> very well-designed language though, so I imagine there is a good reason that
> it is case sensitive. So what are the advantages of a case sensitive
> language?

Not having to deal with abominations like

class DoSomething:

	def some_method(self):
		pass

a = dosomeThinG()
a.soME_mEThod()

--
Moshe Zadka <moshez at math.huji.ac.il>
There is no GOD but Python, and HTTP is its prophet.
http://advogato.org/person/moshez





More information about the Python-list mailing list