← Back to All Languages
Symbolic

LISP

Est. 1958
CreatorJohn McCarthy
ParadigmFunctional • Meta-programming

One of the oldest high-level languages, pioneering concepts like recursion and garbage collection. Lisp's code-as-data philosophy influenced many modern languages.

Hello World
1(print "Hello, World!")