shadchen
shadchen copied to clipboard
shadchen is a common lisp pattern matching library.
Results
1
shadchen issues
Sort by
recently updated
recently updated
newest added
Hi, I think in the following (in the example part of readme.md) (defun not-nil (x) x) (match (list 1) ((cons hd (or (? #'non-nil tl) (let (tl '(2 3))))) (list...