bearophile wrote: > In my libs the eager() is named array() that I think is a better name, and I presume will lead to less typos. I like "force," as in (force (delay (map ((lambda (x) (* x x)) (arr)))) (I probably got that wrong; been a while...)