List Question
20 TechQA 2024-03-28T21:28:45.163000Common Lisp: How to use a macro within a macro?
53 views
Asked by Dan Passaro
Is there a pattern for LOOP-like macro mini-languages?
129 views
Asked by preferred_anon
How to convert this Common Lisp function into a macro?
180 views
Asked by Pedro Delfino
How to re-write this Common Lisp macro avoiding the back-quote notation?
142 views
Asked by Pedro Delfino
Generating cond's (test expression ...) in Scheme
107 views
Asked by Phil
How can I see expanded macros in racket?
573 views
Asked by Alex028502
looking for a really simple racket macro example
277 views
Asked by Alex028502
When and how often do macro expansions happen in SBCL Common Lisp implementation?
157 views
Asked by Pedro Delfino
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
Common lisp macro not calling function
171 views
Asked by Akasha
Are lambda expressions macros or markers in Common Lisp?
294 views
Asked by Pedro Delfino
Extracting and executing a closure/lambda from a plist macro body
110 views
Asked by Manfred
Common Lisp Execute expression as parameter in macro
173 views
Asked by JustAFellowCoder
Using loop inside defmacro
239 views
Asked by Candid Moe
Common Lisp locally shadow function with same name
338 views
Asked by Alberto
What is the difference between letrec-syntax and let-syntax in Scheme?
992 views
Asked by jcubic
How do I fix the "X is not a number" in my macro in Lisp
106 views
Asked by only_chio
Standard way to handle quoted symbol in lisp macros in Scheme
201 views
Asked by jcubic
macros in clojurescript - does not expand properly
285 views
Asked by Alex028502