[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Table dot number?
- From: Miles Bader <miles@...>
- Date: Mon, 31 Oct 2011 11:31:24 +0900
David Hollander <dhllndr@gmail.com> writes:
>> Does Python define readability?
>
> No, I volunteered a strawman because I am in support of allowing
> question marks :)
But to be fair, there seems a reasonable amount of consistency
amongst "algol-style" languages w/r/t identifiers -- basically
reallllly restrictive, almost no non-alphanumerics allowed
(you know, "[a-z_][a-z0-9_]*", plus "$" if you're on vms :).
There are some outliers like Dylan -- which allows much more
lispy identifiers (it's an algol-syntax language created by
lisp people though, so that makes some sense...).
[Personally I'd be totally fine with simply _requiring_ most
operators to be space-separated (except for parens), allowing
a much wider range of non-alphanumerics in identifiers ... but
since that goes against typical practice, and might cause a
lot of confusion for programmers used to the "normal way",
it's probably not going to be a popular position...]
-Miles
--
Neighbor, n. One whom we are commanded to love as ourselves, and who does all
he knows how to make us disobedient.
- References:
- Table dot number?, KR
- Re: Table dot number?, Patrick Donnelly
- Re: Table dot number?, KR
- Re: Table dot number?, steve donovan
- Re: Table dot number?, Duncan Cross
- Re: Table dot number?, Roberto Ierusalimschy
- Re: Table dot number?, HyperHacker
- Re: Table dot number?, Tom N Harris
- Re: Table dot number?, HyperHacker
- Re: Table dot number?, David Hollander
- Re: Table dot number?, Geoff Leyland
- Re: Table dot number?, David Hollander