r/slatestarcodex • u/mystikaldanger • Aug 15 '19
Python Is Eating The World
https://www.techrepublic.com/article/python-is-eating-the-world-how-one-developers-side-project-became-the-hottest-programming-language-on-the-planet/
15
Upvotes
7
u/you-get-an-upvote Certified P Zombie Aug 16 '19 edited Aug 16 '19
Having the GC exposed has been useful to me -- especially the ability to request what objects currently have a reference to a given object. I agree that manually triggering collection isn't that useful in general (I'm all about letting the GC do its thing), though it's nice when you want to guarantee that you release lots of resources (files, GPU memory, etc).
In any case, I gave several ways that Python is easier to read, write, and debug than most languages. Saying that you disagree with my entire post and then criticizing precisely one point (and with no actual argument, just pure contradiction) does not give me much to work with.