logoalt Hacker News

CharlieDigital02/20/20251 replyview on HN

    > Really languages that can model state in sane ways and have a good concurrency story like Elixir make much more sense.
Can you expand on this? Curious why JS state modelling falls short here and what's wrong with the concurrency model in JS for agents.

Replies

dartos02/20/2025

For one, NodeJS doesn’t have concurrency. It’s a single threaded event loop.

show 1 reply