Hacker News new | ask | show | jobs
by faangguyindia 40 days ago
This is why you should use Haskell.
1 comments

Haskell is a good language for LLMs! Claude knows it really well, and the type system catches so many mistakes. Just make sure to tell it to model the domain in the type from the start.

Also, Haskell can be really performant and low level, while still keeping the benefits of typing. With the C foreign function interface you can really do anything in Haskell!