lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.