Hacker News new | ask | show | jobs
by vmchale 2822 days ago
Haskell is call-by-need so you get guarantees you wouldn't otherwise. It's not the same as memoization but it gives you what you want in any case.