On 29.04.2011 14:48, Paulo Pinto wrote: > There are no slow or fast languages, there are slow or fast implementations > of a given language.
But is is quite seldom that some language has several implementations, that's why compiler and language benchmarks are bound usually. For example - perl - there is only one implementation, and it is slow for many things. /Alexander