Hacker News new | ask | show | jobs
by btschaegg 1072 days ago
Well, the Java source uses threads. Guess how that's implemented.

FWIW if python provides an abstraction that keeps the code readable while keeping the efficiencies of C, I think that should count for python, not against it.

1 comments

I mean.. threads are implemented by the OS, I don’t really see the equivalency here.