Hacker News new | past | comments | ask | show | jobs | submit login

> Python has the C model of concurrency; at the user level, it's treated as a library issue.

Other than Erlang, which modern language doesn't?

Java has e.g. "synchronized" keyword, but I regard it as merely syntactic sugar over a standard library implementing thread - semantically, it still basically has the C model.

Go has channels and stuff - but it's still library level (in fact, it's basically syntactic sugar over the Plan9/Inferno/Aleph/DontRememberName standard library primitives)




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: