Remix.run Logo
yakshaving_jgt 5 hours ago

Does Haskell not have modern tooling? What would be considered modern in this context?

sigr_ 23 minutes ago | parent [-]

it does through cabal and stack but its not as streamlined, quick, and versatile as tooling for languages like Golang or Rust imo.

I'm a huge fan of Haskell and I'm really exploring it as my primary language now that AI has gotten so huge, not just because it makes it easier but also because I can really lock down what I allow code to do (through pure functions, type checking etc) and so I feel a lot more confident in AI generated code

yakshaving_jgt 17 minutes ago | parent [-]

Could you be specific? Saying it's not as "streamlined, quick, and versatile" is vague — I'm not really getting anything from that.

For context, I've been writing Haskell for quite a long time and I'm maintaining a few packages like Yesod.