Hacker News new | ask | show | jobs
by rjayatilleka 3830 days ago
Not really. It doesn't matter that Haskell is lazy by default, so long as you called the function on a lazy stream data structure. Clojure is strict but it can do this efficiently as well, I think.