List Question
20 TechQA 2021-04-19T04:15:44.853000Common Lisp Execute expression as parameter in macro
173 views
Asked by JustAFellowCoder
Extracting and executing a closure/lambda from a plist macro body
110 views
Asked by Manfred
Are lambda expressions macros or markers in Common Lisp?
294 views
Asked by Pedro Delfino
How to re-write this Common Lisp macro avoiding the back-quote notation?
142 views
Asked by Pedro Delfino
How to convert this Common Lisp function into a macro?
180 views
Asked by Pedro Delfino
Is there a pattern for LOOP-like macro mini-languages?
129 views
Asked by preferred_anon
Why is a macro being evaluated while compiling a function definition (Clozure Common Lisp)?
94 views
Asked by Capstone
What is the difference between letrec-syntax and let-syntax in Scheme?
992 views
Asked by jcubic
Using a macro to define functions computing the 10 Easter related based dates
153 views
Asked by Michaël Le Barbier
Why this macro to pretty print macro expansions in Common Lisp does not work? What are the alternatives tools for this?
264 views
Asked by Pedro Delfino
When and how often do macro expansions happen in SBCL Common Lisp implementation?
157 views
Asked by Pedro Delfino
Clojure evaluating string variable as a symbol, is this use of read-string okay?
269 views
Asked by John Dorian
Common Lisp locally shadow function with same name
338 views
Asked by Alberto
looking for a really simple racket macro example
277 views
Asked by Alex028502
How can I see expanded macros in racket?
573 views
Asked by Alex028502
How do setf works under the hood?
1.5k views
Asked by aluriak
Macro with a list of macros as argument in Common Lisp
299 views
Asked by Michaël Le Barbier
How can I write this Clojure macro more idiomatically?
118 views
Asked by HappyFace
How do I modify a :arglists to a Clojure fn or macro?
1.7k views
Asked by Stephen Cagle