Remix.run Logo
faangguyindia 2 hours ago

This is why you should use Haskell.

black_knight 38 minutes ago | parent [-]

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!