918
We have been played for fools
(hexbear.net)
Post funny things about programming here! (Or just rant about your favourite programming language.)
C++ is fiiiiine. Just use the modern variant of the language, don't bother with hand-optimizing your memory allocators, and generally avoid anything involving pointer arithmetics. So, basically, use it like you would use Python.
That's a great way to get performance as shitty as python's.
C++ can do a lot of things but one thing it can't do is perform as poorly as python.