Suppose you want to write a new program, something like a text editor. What language would you write it in?
Writing a new text editor is retarded.
Writing a new text editor with performance in mind, moreso. You could use one of the slowest language on earth and the most retarded practices and still end up with something responsive on modern hardware. Case in point: Eclipse.