
9 Jul
2007
9 Jul
'07
9:52 p.m.
bayer:
Learning Haskell, the Prelude.ShowS type stood out as odd, exploiting the implementation of lazy evaluation to avoid explicitly writing an efficient concatenable list data structure. This felt like cheating, or at least like using a screwdriver as a crowbar, to be less judgmental.
See also http://hackage.haskell.org/cgi-bin/hackage-scripts/package/dlist-0.3 -- Don