[Haskell-cafe] C-like Haskell

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Wed Jan 28 20:16:34 EST 2009


On Wed, 2009-01-28 at 20:11 -0500, sam lee wrote:
> Did you print it? I'm using same code with ghc --make -O2  and it
> takes forever to finish.

Yes, you can see in the output that it prints the same answer in each
case. I was using r = 10^9 as you suggested.

> > C version:
> > $ time ./circ
> > 3141592649589764829

> > Haskell version:
> > time ./circ2
> > 3141592653589764829


Duncan



More information about the Haskell-Cafe mailing list