Hacker News new | past | comments | ask | show | jobs | submit
What is the best language for the user of the LLM?

What is the best language to have high quality correctness oracles so that the user doesn't have to babysit the LLM and do lots of manual testing?

JS is the best tradeoff between succinct and easy to understand. Python is next but has some rough edges that they avoided in JS.
loading story #49254017
You are going to have to give more support for those assertions. I write Python every day, and never would I call it a good candidate for the clankers. Pretty much any dynamic language would be ruled out, as there is too much implicit logic which makes it harder to understand what is happening.
loading story #49252429
loading story #49252505