Hacker News new | ask | show | jobs
by marcosdumay 3222 days ago
GHC is very slow. That said, cabal defaults to incremental buillds, so most compilations will take few seconds.

It does not change the fact that GCH is slow, since you must do full compilations once in a while. But it does let you keep your flow while developing. Besides, GHCi is much faster.