3

Python is an example of a language which is far, far too high-level for my liking; to provide a reference for my preference, C++ is one of my favourite languages, because it is versatile while remaining somewhat verbose, while Python tosses that verbosity out of the window while not functioning as one would expect it to function after reading a lot of the documentation.

Comments
  • 1
    @irene This is true, but I was writing “high-level” (and “low-level”) in reference to the Python language; I should have been more absolute than that.
  • 1
    One reason I like D. It keeps what I like about C++ while making everything so much cleaner and doing things more sensibly, too.
  • 0
    @irene It can be turned off if you want/need. It has multiple safety modes. There's even a built-in assembler if you want to do inline assembly code.
Add Comment