[Python-ideas] Python Object Notation (PyON)

Greg Ewing greg.ewing at canterbury.ac.nz
Tue Nov 4 09:07:56 CET 2008


Zaur Shibzoukhov wrote:

> _p__0=['foo',None]
> _p__0[1]=_p__0
> _p__0

It would be nice if it could be made a bit more declarative,
such as:

   _p__0=['foo',_p__0]

-- 
Greg



More information about the Python-ideas mailing list