logoalt Hacker News

CharlieDigitallast Thursday at 12:06 AM1 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

dartoslast Thursday at 2:01 AM

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

show 1 reply