Conversation

Which programming language should you use? There are no wrong answers. Unless it's Python or C++.
Quote Tweet
Look at C++ for example. I started coding when C++98 was a thing, now all my code is C++17 because each iteration provides valuable time saving features. Python on the other hand, I started coding when 3 had long been a thing and actually ended up downgrading for better libs.
Show this thread
7
17
The Python 2/3 schism is an unbearable pain. Unsafe languages like C++/C should never be used unless doing system programming, and C++'s costly zero-cost abstractions make it inappropriate for systems programming.
3
7