-
There was a recent mailing list post by Andrew Coppin (which received some discussion on programming.reddit) in which he bemoans the way that GHC, when presented with reasonable-looking code, can suddenly and mysteriously decide that it needs to allocate gigabytes of memory, slowing your system to a crawl for ages (I've had similar problems myself). Andrew's example was the following: I offer up the following example: mean xs = sum xs / length xs Now try, sa
(Read Full Article)
Related Articles
- Haskell Weekly News: September 23, 2007
- also mentions Don Stewart
- Template Haskell: baby steps
- also written by pozorvlak
- pozorvlak: Haskell doesn't need macros, eh?
- also published in Beware of the Train
- Template Haskell, argument munging and operads, part I
- also written by pozorvlak
- Supercompilation for Haskell
- also mentions Haskell
- This is a test
- also written by pozorvlak
- Why I like Perl
- also written by pozorvlak





