Back in the day, I had a teacher tell me that there was no such thing (at least in the context of the .NET framework) as a “fast” or “slow” programming language, since all the .NET languages compiled to the same intermediate representation. Now, this, of course, isn’t true: even for languages targeting the same platform, programs doing the same thing can have vastly different performance characteristics.
What makes a language fast?
Back in the day, I had a teacher tell me that there was no such thing (at least in the context of the .NET framework) as a “fast” or “slow” programming language, since all the .NET languages compiled to the same intermediate representation. Now, this, of course, isn’t true: even for languages targeting the same platform, programs doing the same thing can have vastly different performance characteristics.