Hacker News new | ask | show | jobs
by wturner 1105 days ago
He is promoting an "actor language" to replace JavaScript. https://www.crockford.com/misty/
1 comments

And it's not clear it would be worth the retooling/training on the UI-side of things. The actor model is great for massive concurrency, which simply isn't a primary or even a secondary concern for 99.9% of client-side code. There's a reason why Go has such a huge following in the server space but a deafening silence of folks wanted it available in browser UI code.