5 ms·
You can also program in Python just in list comprehensions: https://maximullaris.com/abusing_python.html https://maximullaris.com/abusing_python.html
by xonix 3y ago
You can also program in Python just in list comprehensions: https://maximullaris.com/abusing_python.html https://maximullaris.com/abusing_python.html
- lucasoshiro 3y agoConsidering 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!