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, list* vector, vector* Class and structure pattern type, satisfies assoc, property, alist, plist Array, simple-array, row-major-array patterns Logic based...