Skip to content

Comment on The Haskell user experienceparent

Comments

Cabal itself is fine. The problems are

(1) Haskell is a compiled language, so you need to compile everything locally

(2) Libraries are unstable, because they are young and authors are too creative, so dependencies are unstable.

Maven, and whatever Python and Ruby have, can ship you everything you need to run. (Except for things that depend on C bindings, where they become just as painful as Haskell libs, for the same reasons)

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.