
12 Oct
2009
12 Oct
'09
2:58 p.m.
On Mon, 2009-10-12 at 13:07 +0400, Bulat Ziganshin wrote:
also, i propose to enable +RTS -N by default. Haskell is very popular as multithreaded language, don't fool novices!
Note that you'd also have to enable -threaded by default. This would have other surprising effects (like breaking most GUI progs). Duncan