hey, when would you build something in Haskell instead of rust? As in, for what kind of software do you care less about safety and speed and more about expressiveness?
Conversation
I'm not sure I have a good answer! I'm much more comfortable with Rust's packaging and tooling - always found stack and cabal have always been hard to use reliably, along with the editor integrations. Those are improving though.
2
That said, I miss lots of haskell's abstractions when I want to test stuff. It's nice not to have to use dependency injection when I want to test things.
1
So yeah, if I had a more business logic modelling use case I would be more likely to try to get into Haskell. Hard to beat the data structures and separation of effects from pure stuff that you get in Haskell land.
Not sure if this thread gave you any help at all! Let me know if you have any more questions!

