Why prefer != over <> for Python 3.0?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Sun Mar 30 14:59:27 EDT 2008


En Sun, 30 Mar 2008 11:10:20 -0300, MRAB <google at mrabarnett.plus.com>  
escribió:
> On Mar 30, 6:35 am, "Gabriel Genellina" <gagsl-... at yahoo.com.ar>
> wrote:
>> En Sun, 30 Mar 2008 02:11:33 -0300, hdante <hda... at gmail.com> escribió:
>>
>> >  BTW, my opinion is that it's already time that programmer editors
>> > have input methods advanced enough for generating this:
>>
>> > if x ≠ 0:
>> >     ∀y ∈ s:
>> >         if y ≥ 0: f1(y)
>> >         else: f2(y)
>>
>> Fine if you have the right keyboard... Try to write APL with a standard
>> keyboard :)
>>
> There was a version of APL for the Sinclair QL which replaced the
> standard APL symbols with keywords.

Wow, APL on 8 bits?
Now there is (or perhaps there was) J, a reincarnation of APL by Iverson  
himself that uses ASCII characters only.

-- 
Gabriel Genellina




More information about the Python-list mailing list