←back to thread

306 points jameshh | 1 comments | | HN request time: 0s | source
Show context
UltraSane ◴[] No.44410502[source]
Haskell itself is an amazing language once it "clicks". But all the tooling around Haskell is just really bad.
replies(4): >>44410645 #>>44410765 #>>44413249 #>>44416046 #
1. chii ◴[] No.44410645[source]
i think the tooling improves with popularity, so it's a bit of a chicken/egg problem.

But with the recent LSP decoupling of the IDE to the compiler, it is quite possible to make good tooling that is independent of any particular editor. It's just that the language's popularity is what induces contributors (as most are realistically after "fame" and "portfilio" when doing contributions).