Is LISP a compiled or interpreted language?

Viewed 9124

I know there is no such thing, strictly speaking, as a compiled or interpreted language.

But, generally speaking, is LISP used to write scripts like Python, bash script, and batch script?

Or is it a general purpose programming language like C++, JAVA, and C#?

Can anyone explain this in simple terms?

3 Answers
Related