On 5/14/07, tomer filiba <[EMAIL PROTECTED]> wrote:
> as an english-second-language programmer, i'd really like to be able
> to have unicode identifiers -- but my gut feeling is -- it will open the
> door for a tower of babel.

I don't think this happened in Lisp.  I won't pretend there hasn't
been a tower of babel there, but it isn't because you can use
non-ascii symbols.

You can use any character in a symbol (~= identifier), including (if
your implementation supports such characters at all, even in comments)
Hebrew or Chinese characters.

On the other hand, you have to go out of your way to use unusual
identifier characters (including latin characters, if you care about
the case); this may have contributed to the strong tendency to stick
with ascii.

-jJ
_______________________________________________
Python-3000 mailing list
Python-3000@python.org
http://mail.python.org/mailman/listinfo/python-3000
Unsubscribe: 
http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com

Reply via email to