Common Lisp
From Wikibooks, the open-content textbooks collection
(Redirected from Programming:Common Lisp)
Common Lisp (CL) is a modern, multi-paradigm, high-performance, compiled, ANSI-standardized, prominent descendant of the long-running family of Lisp programming languages.
The CL Hello World program reads as follows:
(princ "Hello World!")
Hello World!
[edit] Table of Contents
| Wikibook Development Stages | ||||
|---|---|---|---|---|
| Sparse text |
Developing text |
Maturing text |
Developed text |
Comprehensive text: |
- Cover
- First steps — installation and introductory tutorials
- Basic topics — lists, functions and macros
- Advanced topics
- Beyond ANSI Common Lisp — Non-official standards
- External libraries — A sampling of the multitude of Common Lisp libraries
- Implementation Issues — Using Common Lisp programs in your every day work
- Case Studies in CL — A collection of involved examples
|
Associated Wikimedia for Common Lisp |
|||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Images | News | Wikipedia Article Portal Encyclopedia |
Quotes | Texts | Schools | Wiktionary Definition Dictionary |
|||||||||||

