(lispcookbook.github.io) Data structures
ROAM_REFS: https://lispcookbook.github.io/cl-cookbook/data-structures.html
- The Common Lisp Cookbook – Data structures
We hope to give here a clear reference of the common data structures. To really learn the language, you should take the time to read other resources. The following resources, which we relied upon, also have many more details:
- Practical CL, by Peter Seibel
- CL Recipes, by E. Weitz, full of explanations and tips,
- the CL standard with – in the sidebar of your PDF reader – a nice TOC, functions reference, extensive descriptions, more examples and warnings (i.e: everything). PDF mirror
- a Common Lisp quick reference
Don't miss the appendix and when you need more data structures, have a look at the awesome-cl list and Quickdocs.