Source: cirosantilli/interpreted-programming-language
= Interpreted programming language
Interestingly, the very first programming language with an actual implementation was interpreted: <Short Code (programming-language)> in 1950.
This is not surprising, as interpreters are easier to write than compilers.
And just like modern scripting languages, it reduced execution speed by about 50x.