5 ms·
What a bad article. C++ shouldn't be taught either because C++-98 (1998) isn't compatible with C++-20 (2020).
by the-peter 6y ago
What a bad article.
C++ shouldn't be taught either because C++-98 (1998) isn't compatible with C++-20 (2020).
- the-peter 6y agoYou shouldn't write an article telling people not to use Python if you don't really understand Python in the first place. Lists are called Lists in Python because they are just that: lists of varying and dynamic length of heterogeneous datatypes. If you want an array with a homogeneous datatype packed efficiently sequentially in memory Python also has that: a=array('i').