Lisp is the Oldest high-level programming language based on functions and expressions developed in 1958.
Another oldest language is Fortran. It added a lot of flavors to List also called Common Lisp, EMAC’s Lisp, etc.
It is used in Research applications and Artificial Intelligence to process information.
LISP features
-
Machine independent
-
Scripting Interpreted language
-
It is an interactive language That provides REPL(READ EVAL PRINT LOOP)
-
Every Expression is an Atom or List in Lisp
-
Supports expression and Object-Oriented Programming
-
Conditional Statements
-
Looping Statements
-
Macros Support
-
Supports for Dynamic Type
-
Extends features