How to pass function to macro in common-lisp...
Read MoreCommon Lisp - Any ideas on how to write a "with-methods" macro similar to "with-slots...
Read MoreCommon Lisp: How to use a macro within a macro?...
Read MoreHow to convert this Common Lisp function into a macro?...
Read MoreHow to re-write this Common Lisp macro avoiding the back-quote notation?...
Read MoreHow do I modify a :arglists to a Clojure fn or macro?...
Read MoreGenerating cond's (test expression ...) in Scheme...
Read MoreHow can I see expanded macros in racket?...
Read Morelooking for a really simple racket macro example...
Read MoreWhy does the compilation of a Common Lisp macro in my environment produce a different result from th...
Read MoreWhy this macro to pretty print macro expansions in Common Lisp does not work? What are the alternati...
Read MoreWhen and how often do macro expansions happen in SBCL Common Lisp implementation?...
Read MoreCommon lisp macro not calling function...
Read MoreAre lambda expressions macros or markers in Common Lisp?...
Read MoreMy lisp macro stops working in latest guile...
Read MoreExtracting and executing a closure/lambda from a plist macro body...
Read MoreCommon Lisp Execute expression as parameter in macro...
Read MoreCommon Lisp locally shadow function with same name...
Read MoreElisp: Macro expansion at load time with eval of undefined variable...
Read MoreHow do I fix the "X is not a number" in my macro in Lisp...
Read MoreWhat is the difference between letrec-syntax and let-syntax in Scheme?...
Read Moremacros in clojurescript - does not expand properly...
Read Morelisp macro to build a list of an expression and it's evaluation...
Read MoreHow to write LISP macro with double quasi quotation in scheme...
Read MoreHow this backquote "syntax" works in lisp?...
Read MoreWhat is standard way of defining global closures in scheme?...
Read MoreBuild dynamic COND clauses in Common Lisp...
Read MoreClojure evaluating string variable as a symbol, is this use of read-string okay?...
Read More