Hacker News new | ask | show | jobs
by pjmlp 1723 days ago
GHC has many backends and there is GHCi as well.

No need to always go through the slowest path.

1 comments

The regular backend is the fastest according to their docs: https://downloads.haskell.org/~ghc/latest/docs/html/users_gu.... Having an interactive toplevel isn't a substitute for fast compilation (and OCaml has both).