Lisp is known to be the first high-level interpreted programming language appearing in 1958.
Quoting from Interpreter (computing):
The first interpreted high-level language was Lisp. Lisp was first implemented in 1958 by Steve Russell on an IBM 704 computer.
But, there are older high-level programming languages, that were interpreted as well such as:
- Short Code: appeared in 1950. Quoting from Wikipedia:
The language was interpreted and ran about 50 times slower than machine code.
- Speedcoding: developed by John W. Backus (the creator of Fortran) in 1953 for the IBM 701. Quoting from Wikipedia:
The speedcoding system was an interpreter and focused on ease of use at the expense of system resources.
Is it the case that lisp is the first successful high-level interpreted programming language? Why is it particularly that people consider being the first interpreted language?