Syntax-case via defmacro

Does anyone know where to find an implementation of syntax-case or syntax-rules in Common Lisp, using just defmacro ?

I think this paper is the best source: Embedding Hygiene-Compatible Macros in an Unhygienic Macro System

2 Likes