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

RE: orthogonality and generalized references (was Re: Zen of Python)



Excellent analysis, Todd; thank you.  Now let us contemplate
the even more subtle contrast, in Icon, between

  /dict["foo"] := \dict["bar"]

and

  /dict["foo"] := dict["bar"]

Gee1  This is almost as much fun as nested backquotes!  :-)

--Guy