Common Lisp Macros By Example Tutorial

from blog Lisp journey, | ↗ original
I have recently edited and somewhat expanded the macros page on the Common Lisp Cookbook. I find it may more legible and reader friendly, so I reproduce it below (however, I cut two parts so than you get the essential). You’d better read it on the Cookbook: https://lispcookbook.github.io/cl-cookbook/macros.html The word macro is used generally in...