1 min readJul 12, 2019
Pharo’s class library contains functional constructs that are recognizably like map and reduce. It can do list comprehension. In fact, it can do anything that JavaScript and Python can do, functionally speaking.
Of course, the only thing Pharo can’t support is immutability because it’s not purely functional.