Hacker News new | ask | show | jobs
by Peaker 5204 days ago
Did you try Haskell?

Knowing Haskell makes reading about Go a very underwhelming experience.

2 comments

On the bright side, waiting for the Haskell compiler to grind away means you have plenty of time to read up on Go.
I don't generally wait for GHC more than a few seconds at a time, except when I'm bootstrapping a new installation. Then I wait some minutes for "cabal install".

Compilation times are not bad enough to be a problem.

Knowing any ML makes it pretty underwhelming.