|
|
|
|
|
by impulser_
25 days ago
|
|
I have tested almost every language and Go is pretty good but for some reason LLMs get paranoid over races and just start spamming locks next thing you know every fucking struct has mutexes and every function has locks lol. The best language I have seen an LLM use was Kotlin. It actually surprised me how well it wrote the language. I wrote a project in it and I think I didn't have to correct it once. Like I was seriously impressed. I just wish Kotlin had better tooling so I didn't have to use gradle or maven lol. |
|