Uniform Function Call Syntax (UFCS)

Gregory Ewing greg.ewing at canterbury.ac.nz
Sat Jun 7 21:27:42 EDT 2014


Ian Kelly wrote:

> It's a nice feature in a statically typed language, but I'm not sure
> how well it would work in a language as dynamic as Python.

Also it doesn't sit well with Python's "one obvious
way to do it" guideline, because it means there are
*two* equally obvious ways to call a function.

-- 
Greg



More information about the Python-list mailing list