Re: [Haskell] Random matrices

2005-08-23 Thread Udo Stenzel
Scherrer, Chad wrote: I keep getting stack overflows, so I think my code must be too lazy somewhere (that's what that means, right?) Most often, yes. Afaict, the best way to spot these leaks is to simulate lazy evaluation in your head. After fumbling with ghc's heap profiling facilities and

RE: [Haskell] Random matrices

2005-08-21 Thread Scherrer, Chad
@haskell.org Subject: Re: [Haskell] Random matrices Chad.Scherrer: I'm doing some statistical calculations, and I decided to try this out in Haskell to see how it goes. I'm really enjoying using the language, so I hope I can straighten this out so I can keep using it at work. I