[Python-ideas] Where-statement (Proposal for function expressions)

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Jul 18 06:00:35 CEST 2009


Ben Finney wrote:

> So this is about introducing a new syntax for named functions?

No, the named functions are declared in exactly
the same way as they ever were.

It isn't even particularly about functions at all,
that just happens to be one of its potential uses.

It's about being able to put higher-level code
ahead of lower-level code, without having to
relegate the lower-level code to somewhere far
away.

-- 
Greg



More information about the Python-ideas mailing list