DEV Community

Discussion on: What do you dislike about your favorite language?

Collapse
 
aimerib profile image
Aimeri Baddouh

I've been loving Haskell, but the hardest part of it, at least for me, therefore the one I dislike the most, is how hard it is to manage dependencies. cabal and Stack try their best, and recently I've been getting into Nix to try to solve some of those issues, but for me nothing compares to the flow of developing in Flutter. If the Haskell community could ever get to a point where you never have to worry about dependencies, and the developer experience was closer to the flutter build flow, I imagine the language would see an even bigger growth.

That being said, it is not trivial problem to solve at all. One can always dream though...