A fast interpreted language
How can one claim that an interpreted language is fast? Easily. If you implement the language using itself and the resulting interpreter is faster than the original then this means that the interpreted language manages to imprint the prorgammer’s intentions to the C language (or assembly) better than the programmer herself. For example, I may …