Closures and Partial Function Application
bruno.desthuilliers at gmail.com
bruno.desthuilliers at gmail.com
Wed Aug 31 14:03:49 EDT 2011
On 31 août, 18:45, Travis Parks <jehugalea... at gmail.com> wrote:
> I was a little disappointed the other day when I realized that
> closures were read-only. I like to use closures quite a bit.
They are not _strictly_ read only, but Python being first and foremost
an OO language, it's usually way simpler to use OO instead of closures
when you start needing such features.
More information about the Python-list
mailing list