Hacker News new | ask | show | jobs
by AzzieElbab 1723 days ago
speed. Ocaml compiler is probably as fast as Go one
1 comments

GHC has many backends and there is GHCi as well.

No need to always go through the slowest path.

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).