📝LLMs work better with static/typed programming languages
- source
LLMs work better with static/strongly typed programming languages. Typing helps to catch errors earlier. Types also make code more explicit and easier for LLMs to “predict” what’s possible to do with it. (See LLMs work better with explicit/verbose code)