Hacker News new | ask | show | jobs
by winrid 1183 days ago
No, AFAIK each for loop iteration appends and pops the stack in the interpreter, while map loops all entirely in the native implementation of the interpreter itself.