Hacker News new | ask | show | jobs
by chalst 5303 days ago
No GC, coupled with Guido's ignorant comments about how superior refcounts were.

Wacky three namespace scoping.

Back in those days, Python seemed cleaner than it was.

1 comments

In a way that's still true. I'm thinking of `nonlocal` and attribute lookup which is all too complicated.
And the GIL, in a world of multi-core processors with each capable of several threads... a single process is meh.