Pattern Matching in Common Lisp

from blog Lisp journey, | ↗ original
New page on the Cookbook: https://lispcookbook.github.io/cl-cookbook/pattern_matching.html All examples come from Trivia’s wiki. The ANSI Common Lisp standard does not include facilities for pattern matching, but libraries existed for this task and Trivia became a community standard. Table of Contents Common destructuring patterns cons list,...