Hacker News new | ask | show | jobs
by brrrrrm 1269 days ago
I feel similarly. However, Python has

- reference counted objects with predictable scoped destruction. this keeps the maintenance of huge resources quite simple and memory usage steady

- operator overloading (infix, like +/*-)

I really wish other languages (like JS/Go) had this stuff.