Hacker News new | ask | show | jobs
by quotemstr 278 days ago
> Jython, IronPython

Both of which have modern, concurrent, parallel, and generational garbage collectors.

1 comments

When you wrote "smart pointers" I naturally assumed refcounting specifically. If you include traced GC references in this category, then sure. Although even then languages like Java and Go are much closer in their performance to C++ than to Python, so even with this definition it's an odd comparison.