problem with building a list in a .fold() in most ...
# random
d
problem with building a list in a .fold() in most langs is that you either have to copy the list each time or mutate it during each step which defeats the purpose of reduce imo