The idiomatic Python 3 version uses generators to compose the computation and to avoid unnecessary memory allocations. Does funct.Array also do this?
- https://docs.python.org/3/library/functions.html#map - https://docs.python.org/3/library/functions.html#filter