Y
Hacker News
new
|
ask
|
show
|
jobs
by
AzzieElbab
1723 days ago
speed. Ocaml compiler is probably as fast as Go one
1 comments
pjmlp
1723 days ago
GHC has many backends and there is GHCi as well.
No need to always go through the slowest path.
link
Zababa
1723 days ago
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).
link
No need to always go through the slowest path.