|
|
|
|
|
by pseudony
180 days ago
|
|
I’ve heard it said and I won’t argue your personal experience. However, I don’t see it that way at all.
I find claude much more capable of writing large chunks of python or react/js frontend code than writing F#, a very statically type-checked language.
It’s fine, but a lot more hand-holding is needed, a lot more tar pits visited. If anything, it seems a popularity contest of which language features the most in training data. If AI assistance is the goal, everyone should write Python and Javascript. |
|
My experience also points to compiled languages that give immediate feedback on build. It’s nearly impossible to stop any AI agent from using 'as any' or 'as unknown as X'casts in TypeScript - LLMs will “fix” problems by sweeping them under the rug. The larger the codebase, the more review and supervision is required. TS codebase rots much faster then rust/C#/swift etc.