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.zigans...@gmail.com

_______________________________________________
Haskell-Cafe mailing list
Haskell-Cafe@haskell.org
http://www.haskell.org/mailman/listinfo/haskell-cafe

Reply via email to