>>74,76It really fucking depends man. Wasting memory is wasting cache -> wasting time. GHC can be intelligent about when to compute vs. when to memoize, but OCaml can be intelligent about when to defer/cache computation. Neither seem to do a super great job of these things. You don't want the lazy default if you care about latency.
>>78Lazy vs. eager doesn't divide functional and imperative programming. What are you smoking?
>>80Can't argue with this, even the OCaml jab. Not sure why you would even tolerate a broken numeric tower, but whatever floats your boat.