|
|
|
|
|
by tome
4267 days ago
|
|
> you usually want your data structures to be as strict as possible, but your control flow to be as lazy as possible That's a very nice slogan. I'll have to remember that. It certainly covers the case of generally wanting your record fields to be strict and lists to be lazy when used for control flow. |
|
Yeah, I borrowed it from some Haskell luminary. My search-fu failed me so I didn't source it as I should have. :)