List Question
20 TechQA 2024-02-07T19:26:05.310000Why can't a Scheme macro with the name "if" be defined?
98 views
Asked by Richard
Is it possible to define a syntax-rules macro in Common Lisp
205 views
Asked by TsingHui
Is it possible to define anaphoric macros using syntax-rules only?
96 views
Asked by Flux
What Scheme special forms must the hygienic macro expander know about?
108 views
Asked by Flux
Why is my (guile) scheme macro evaluating its argument?
225 views
Asked by beguiler
How to create Alist from List using syntax-rules in Scheme?
111 views
Asked by jcubic
Scheme's syntax-rules -- intermixing different syntax choices in `...`
75 views
Asked by Coderino Javarino
Scheme syntax-rules matching any number of pattern variable before a literal?
145 views
Asked by Absolute Negativity
Scheme: How to expand a pattern with multiple variables in syntax-rules without parens
449 views
Asked by Charlim
Guile `syntax-rules`: Misplaced Ellipsis in Form; How to Write this Macro with Two Ellipses?
374 views
Asked by Jaft
Scheme macro pairwise processing question
145 views
Asked by tommaisey
Introducing a Named Variable with Syntax Rules
128 views
Asked by johnnyb
Provide syntax-rule Racket
228 views
Asked by Atonic
How to control order of Scheme macro expansion?
606 views
Asked by dubiousjim
How clojure macro parses special symbol?
212 views
Asked by GZ92
syntax-rules not completely hygienic?
201 views
Asked by josh
Implicit currying in Scheme with syntax-rules?
520 views
Asked by Jay
How are vector patterns used in syntax-rules?
256 views
Asked by Jay
Please refactor my macro in Scheme
388 views
Asked by unj2
Emacs Lisp syntax highlighting
4.3k views
Asked by Chris Lutz