Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Well, the big feature of Go - non-process-based concurrency - is still impossible in (C)Python.


That's not exactly true: that' why something like twisted (and later async frameworks) was invented in the first place.

What is not possible is non-process-based, CPU-bound concurrency. Generally, python is poor choice in those cases anyway (there are exceptions of course).




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

Search: