@@ -607,12 +607,17 @@ Returning to the central question of this blog post:
607607
608608> ** Will large language models (LLMs) help or hurt the adoption of new programming languages?**
609609
610- Based on my experience, I believe LLMs will help the adoption of new languages.
611- We've seen that by giving Claude access to the Flix API reference,
612- documentation, and the Flix compiler, it can become a farily capable Flix
613- programmer.
614-
615- We saw that Claude struggle slightly on some specific aspects, but with a
616- well-crafted ` CLAUDE.md ` these misunderstandings can easily be cleared up.
610+ Based on my experience over the past six months, I’m convinced that LLMs will
611+ only help the adoption of new languages. We’ve seen that by giving Claude access
612+ to the Flix API reference, documentation, and compiler, it can become a capable
613+ Flix programmer.
614+
615+ While Claude makes silly syntax mistakes, which would not happen for Python or
616+ JavaScript, it can usually overcome them. More impressively, Claude is already
617+ capable of _ effect-oriented programming_ . It can write functions that use
618+ effects, functions that handle effects, and even intricate effect polymorphic
619+ functions such as ` handleLoggerWithFile ` .
620+
621+ Thus, I think, the future for new programming languages is as bright as ever.
617622
618623Until next time, happy Clauding.
0 commit comments