|
|
|
|
|
by bmitc
1298 days ago
|
|
Python doesn't really even follow that maxim itself. Also, even at the time of Python's creation, it ignored the influence of more disciplined languages (i.e., MLs, Smalltalks, Lisps, Schemes) and refused to adopt such influence over its lifetime. Guido van Rossum famously stated that `functools` is where he put things he didn't (doesn't) care about. I don't think that even now he understands functional-first programming. All that being said, Python's age is irrelevant when discussing the future of programming. |
|