[Python-ideas] Assignment decorators (Re: The Descriptor Protocol...)

Greg Ewing greg.ewing at canterbury.ac.nz
Sun Mar 13 00:16:36 CET 2011


Boris Borcic wrote:

> Tkinter did for tcl what SQLAlchemy does for SQL, and I feel both reveal 
> a challenge for python to be more open to foreign code syntax.

I tend to think it's a mistake to put more than one
syntax in the same source file. It confuses the
heck out of code editors and other tools that need
to understand the code to some extent.

-- 
Greg



More information about the Python-ideas mailing list