Remix.run Logo
Use Boring Languages with LLMs(jry.io)
14 points by evakhoury 4 days ago | 3 comments
wryoak 4 days ago | parent [-]

Contradictory anecdote: there’s basically only one way to write Elm, as it is a very trend-resistant language with minimal updates over long timespans, but most agents in my experience will throw Haskell syntax and Prelude functions into their Elm output. Compiler or LSP will often set them right but they still try it initially

djohnmustard 3 minutes ago | parent | next [-]

Interesting, what models are you using? My use with sonnet 4.6 has been a breeze for the most part

epolanski 24 minutes ago | parent | prev [-]

Interesting, I have a different experience.

I have worked extending the Elm compiler and both Opus 4.6, GPT 5.4 and GLM 5 had no issues both with the Elm compiler (written in Haskell) and my extended Elm.

I didn't see them hallucinate much, not more than on mainstream languages.