Lisp (programming language) - Wikipedia
https://en.wikipedia.org/wiki/Lisp_(programming_language)
Lisp (historically LISP) is a family of programming languages with a long history and a distinctive, fully parenthesized prefix notation. Originally specified in 1958...
Common Lisp
https://lisp-lang.org/
Part of what makes Lisp distinctive is that it is designed to evolve. As new abstractions become popular (object-oriented programming, for example), it always turns out to be easy to implement them in Lisp.
Welcome to Common-Lisp.net!
https://common-lisp.net/
This site is one among many gateways to Common Lisp. Its goal is to provide the Common Lisp Mailing list archive clean-up: Since the inception of common-lisp.net, hosting of mailing lists has been...
LISP - Overview - Tutorialspoint
https://www.tutorialspoint.com/lisp/lisp_overview.htm
LISP - Overview - John McCarthy invented LISP in 1958, shortly after the development of FORTRAN. It was first implemented by Steve Russell on an IBM 704 computer.
GitHub - norvig/paip-lisp: Lisp code for the textbook "Paradigms of..."
https://github.com/norvig/paip-lisp
This is an open-source repository for the book Paradigms of Artificial Intelligence Programming: Case Studies in Common Lisp by Peter Norvig (1992), and the code contained therein.
A subreddit for the Lisp family of programming languages.
https://www.reddit.com/r/lisp/
lisp. join leave30,315 readers. 59 users here now. Language References. Common Lisp. Hyperspec. UltraSpec (work-in-progress).
Learning Lisp Fast
https://cs.gmu.edu/~sean/lisp/LispTutorial.html
Lisp is a deep language with many unusual and powerful features. Lisp strings begin and end with double-quotes. Unlike in C++ (but like Java) a Lisp string does not terminate with a \0.
Lisp (programming language) - Wikiquote
https://en.wikiquote.org/wiki/Lisp_(programming_language)
Lisp is a family of computer programming languages based on formal functional calculus. Lisp (for "List Processing Language") stores and manipulates programs in the same manner as any other data, making it well suited for "meta-programming" applications.
Learn Lisp Programming: Intro, Versions, and... - WhoIsHostingThis.com
https://www.whoishostingthis.com/resources/lisp/
Lisp is one of the oldest languages still in active use. This article provides an introduction to the languages and then discusses standalone implementations as well as application-based...
A Short History of the Lisp Programming Language
https://www.kidscodecs.com/lisp/
Lisp could now interprete Lisp s-expression statements used to describe One of the unusual parts of Lisp are macros. If you don't know, macros are code that write to code or manipulate other programs.
The Lisp approach to AI (Part 1). If you are a programmer... | Medium
https://medium.com/ai-society/the-lisp-approach-to-ai-part-1-a48c7385a913
Nice summary of Lisp and the early work with AI. I started down the AI path in the mid-80's at Digital Initially with Lisp and then Knowledge Craft an integration of Lisp and rule based tools created by...
LISP Information and Resources
https://www.lispmachine.net/
The name Lisp derives from "List Processing". Lisp Machines were general-purpose computers designed (usually through hardware support) to efficiently run Lisp as their main software language.