Apr
17th
Fri
17th
Few imperative language implementations perform TCO (tail call optimization); this is why using any kind of ambitiously functional style in an imperative language often leads to memory leaks and poor performance
— Real World Haskell. p87
