|
|
|
|
|
by yoyohello13
1602 days ago
|
|
Is Laziness really that big of an issue in practice though? Admittedly, I'm pretty new to Haskell. I've done a few CLI programs and one little web app using Yesod, and the fact that Haskell is lazy by default has never come up. |
|
Laziness does have real benefits sometimes though. It's nice to be able to define infinite data structures, for instance.