|
|
|
|
|
by mxkopy
1511 days ago
|
|
>you need to know everything about C++ in order to use it safely Well, you should know the libraries that you're using in C++, but I don't think that's any different in Python or Java. Granted, the mental model is more complex in C++ but that's the price you pay for the amount of control you get. Also, isn't undefined behavior a lot easier to come across in Python since it's dynamically typed? |
|