thephoeron / let-over-lambda

Doug Hoyte's "Production" version of macros from Let Over Lambda, ready for ASDF and Quicklisp.
Other
131 stars 25 forks source link

"if-match" pruner #3

Open thephoeron opened 10 years ago

thephoeron commented 10 years ago

The if-match pruner has two notable problems, as reported by @csrhodes:

Lexically-contained if-match forms: walk the cadr and cdddr, not caddr

Lexically-contained when-match forms: just walk the cadr, not the cddr forms