Path: csiph.com!usenet.pasdenom.info!aioe.org!news.swapon.de!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail From: Gregory Ewing Newsgroups: comp.lang.python Subject: Re: unicode as valid naming symbols Date: Fri, 28 Mar 2014 12:45:57 +1300 Lines: 17 Message-ID: References: <5331D902.3030902@gmail.com> <53321819$0$29994$c3e8da3$5496439d@news.astraweb.com> <4e0ffd3a-8c50-4726-b214-f7b44d4e01ae@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Trace: individual.net pOhwhRW8nmAmeVmMq0AqeQbdETwkKifMYRCEn3REAe9ZTnZYD/ Cancel-Lock: sha1:9FfgJz+nIiAbgZsNsPRo7u8M26w= User-Agent: Mozilla Thunderbird 1.0.5 (Macintosh/20050711) X-Accept-Language: en-us, en In-Reply-To: Xref: csiph.com comp.lang.python:69227 Mark H Harris wrote: >> Good ol infix -- x+y.. >> prefix (with paren) -- foo(x) >> prefix without -- ¬ x >> In case you thought alphanumerics had parens -- sin x >> Then theres postfix -- n! >> Inside fix -- nCr (Or if you prefer ⁿCᵣ ??) >> And outside fix -- mod -- |x| And mismatched delimiters: [5, 7) |x> -- Greg