The problem with Python's map and filter – Abhinav Omprakash(abhinavomprakash.com)
abhinavomprakash.com
The problem with Python's map and filter – Abhinav Omprakash
https://www.abhinavomprakash.com/posts/python-map-filter/
https://www.abhinavomprakash.com/posts/python-map-filter/
> How can you tell if something is a value? Easy, just ask whether it is immutable.
I've never seen this definition of the term 'value' used in Python.
It may (or may not) be the case in Clojure (the author links to a Rich Hickey talk to justify his assertion). But I'm nearly certain that it's false with respect to Python