[Haskell-cafe] code-build-test cycle

Bulat Ziganshin bulat.ziganshin at gmail.com
Fri Sep 18 00:34:16 EDT 2009


Hello Michael,

Friday, September 18, 2009, 6:42:32 AM, you wrote:

> Now I'm wondering if Hugs is a faster interpreter.

2x slower, and incompatib;e with qtHaskell

> meaningful way without compilation. Any advice welcome. Maybe there is a
> way to speed up the interpretation.

if compilation is fast and only linking is slow, you may recompile
haskell modules every time but use ghci to omit linking. just execute ghc
compilation command inside ghci before running your app


-- 
Best regards,
 Bulat                            mailto:Bulat.Ziganshin at gmail.com



More information about the Haskell-Cafe mailing list