Yes you need good amounts of data for the LLM to learn the language. But after some point, the easyness of the language is more important. Python and Javascript (or TS) are kings
Ideally, you dont wanna LLM to reason. You yourself should understand the problem and the better solution for it, and then the AI just executes on it
I think you want a language where code that compiles is more likely to be correct code. Code that does not compile is only an annoyance, since it can't make its way into production.
Yes you need good amounts of data for the LLM to learn the language. But after some point, the easyness of the language is more important. Python and Javascript (or TS) are kings
Ideally, you dont wanna LLM to reason. You yourself should understand the problem and the better solution for it, and then the AI just executes on it
I think you want a language where code that compiles is more likely to be correct code. Code that does not compile is only an annoyance, since it can't make its way into production.