A collection of examples of using Common Lisp
The Common Lisp Cookbook is a community-driven resource available online. It is maintained by a group of Lisp enthusiasts and experts who contribute their knowledge and experience to create a comprehensive guide for Common Lisp programmers. This collaborative effort ensures that the content remains up-to-date and relevant to both beginners and experienced developers.
Lisp is one of the oldest high-level programming languages, known for its unique syntax and powerful macro system. It is a multi-paradigm language that supports functional, procedural, and object-oriented programming styles. The Common Lisp dialect, which is the focus of this cookbook, is particularly notable for its extensibility, runtime efficiency, and standardized specification.