Hacker News new | ask | show | jobs
by cgag 5002 days ago
I think it just means add memoization, I don't think there's anything javascript specific about it.
1 comments

If you want to implement it in a general way you still need to know how javascript supports closures though.