Hacker News new | ask | show | jobs
by dman 5418 days ago
The most frustrating thing about the ferrari community is that they are in complete denial about what a joke their affordable practical sedan story is.
1 comments

Have you ever heard Guido speak about the issue? He and a number of others don't think it's one worth solving. Really.

Yea it may be a lot of work to create a new GC implementation and change the threading model, but if you want the language to progress that's the way forward.

> Have you ever heard Guido speak about the issue?

Yes.

> He and a number of others don't think it's one worth solving. Really.

Check your claims.

http://www.artima.com/weblogs/viewpost.jsp?thread=214235 http://docs.python.org/faq/library#can-t-we-get-rid-of-the-g...

More threads sharing the same data gives rise to all kinds of difficult to track synchronization bugs.

The share-nothing multi-process approach Python encourages feels good enough for me.