Y
Hacker News
new
|
ask
|
show
|
jobs
by
nathannaveen
21 days ago
Personally I generally try to avoid concurrency when writing code with AI since I feel AI makes concurrency unnecessary complex in Golang.
3 comments
dnautics
21 days ago
I don't have this issue in elixir.
link
innocentoldguy
19 days ago
Neither do I.
link
quietbritishjim
21 days ago
Probably reasonable, but that means you're disagreeing with the article's point about goroutines being good for LLMs (since goroutines are a form of concurrency). I've never seriously used Go so I don't know how easy it is to avoid using them.
link
keepamovin
21 days ago
Right. But for things like GUI or orchestration tooling it’s unavoidable
link