Re: A 'Python like' language

2012-03-02 Thread dreamingforward
On Tuesday, March 30, 2004 6:01:01 AM UTC-7, Gerrit wrote: > > > --Dict should inherit from Set. > > > > Also cool (I feel like the credits of Holy Grail saying Also wik). > > I have read (in c.l.py) that in Smalltalk, a Dict is a Set of Associates > or something similar. I don't know Smalltalk,

Re: A 'Python like' language

2012-03-02 Thread dreamingforward
On Tuesday, March 30, 2004 12:31:35 AM UTC-7, Mark Hahn wrote: > > --Take advantage of iterators early on for return values to avoid > > things like having both dict.items() and dict.iteritems(). > > Interestiong idea. Generators are fully supported so I could do this now. > So gens would have to