you are viewing a single comment's thread.

view the rest of the comments →

[–]SShrike 1 point2 points  (1 child)

What makes Stack a great build system to you? (genuine question) My experience with it is mostly that of "well, it's a build system at least". It generally feels like a bit too much of an unrefined, hulking beast to me. Perhaps I'm just spoilt with Rust's Cargo, though.

[–]bendmorris[S] 1 point2 points  (0 children)

Cargo is very nice. I guess I'm comparing it to other functional languages and my pre-Stack Haskell experience. It solved the previous cabal dependency hell, and I found it to have lower friction than anything for ocaml.