Hacker News new | ask | show | jobs
by eleventen 36 days ago
> Go is absolutely an easier/simpler language than JS/TS.

You're suggesting that a language with concurrency is simpler/easier than a language that does not have concurrency.

1 comments

Does the event loop not exist? Go has parallelism where JS does not. Both are able to run concurrent actions (async in JS).