←back to thread

358 points maloga | 1 comments | | HN request time: 0s | source
Show context
kousthub ◴[] No.45006099[source]
Asking for information - Is Go/wasm doing something here which React/JavaScript cannot?
replies(2): >>45006126 #>>45006731 #
garbagepatch ◴[] No.45006126[source]
The front end is still react. But I'd be curious to know if LLM's are less prone to errors generating code for strongly typed languages over others like Javascript.
replies(2): >>45006252 #>>45006266 #
1. adastra22 ◴[] No.45006252[source]
In my experience, a massive YES. At least with agenetic models that have an iteration loop, and in languages like Rust where the type system is strong enough to prevent categories of bugs.