Hacker News new | ask | show | jobs
by xonix 899 days ago
You can also program in Python just in list comprehensions: https://maximullaris.com/abusing_python.html
1 comments

Considering that list comprehensions can be replaced by maps and filters, and they can replaced by reduces, maybe we can ever go further in that craziness and do it only using reduces!