[Python-ideas] Make map() better
Mark E. Haase
mehaase at gmail.com
Thu Sep 14 11:55:49 EDT 2017
More information about the Python-ideas mailing list
Thu Sep 14 11:55:49 EDT 2017
- Previous message (by thread): [Python-ideas] Make map() better
- Next message (by thread): [Python-ideas] Make map() better
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Sep 13, 2017 at 5:05 PM, Jason H <jhihn at gmx.com> wrote: > Python is weird in that there are these special magical globals that > operate on many things. Jason, that weirdness is actually a deep part of Python's philsophy. The language is very protocol driven. It's not just the built-in functions that use protocols; the language itself is built around them. For example, `for ... in ...` syntax loops over any iterable object. You can like it or leave it, but this will never change. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-ideas/attachments/20170914/8640b71c/attachment-0001.html>
- Previous message (by thread): [Python-ideas] Make map() better
- Next message (by thread): [Python-ideas] Make map() better
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list