What is the meaning of the sentence "we wanted it to be compiled so it’s not burning CPU doing the wrong stuff."
Posted
by
user2434
on Programmers
See other posts from Programmers
or by user2434
Published on 2012-06-12T07:55:29Z
Indexed on
2012/06/12
10:47 UTC
Read the original article
Hit count: 477
I was reading this article. It has the following paragraph.
And did Scala turn out to be fast? Well, what’s your definition of fast? About as fast as Java. It doesn’t have to be as fast as C or Assembly. Python is not significantly faster than Ruby. We wanted to do more with fewer machines, taking better advantage of concurrency; we wanted it to be compiled so it’s not burning CPU doing the wrong stuff.
I am looking for the meaning of the last sentence. How will interpreted language make the CPU do "wrong" stuff ?
© Programmers or respective owner