Hacker News new | ask | show | jobs
by muunbo 1056 days ago
Yes lazy evaluation is a good one. I believe Python does have that with its generators/yield syntax, but I found lazy evaluation simpler to work with in Haskell