What does the “|” sign mean in Python?...
Read MoreHow to create Alist from List using syntax-rules in Scheme?...
Read MoreWhy can't a Scheme macro with the name "if" be defined?...
Read MoreSources for learning about Scheme Macros: define-syntax and syntax-rules...
Read MoreIs it possible to define a syntax-rules macro in Common Lisp...
Read MoreWhy is my (guile) scheme macro evaluating its argument?...
Read MoreScheme's syntax-rules -- intermixing different syntax choices in `...`...
Read MoreScheme: How to expand a pattern with multiple variables in syntax-rules without parens...
Read MoreGuile `syntax-rules`: Misplaced Ellipsis in Form; How to Write this Macro with Two Ellipses?...
Read MoreScheme macro pairwise processing question...
Read MoreIntroducing a Named Variable with Syntax Rules...
Read MoreHow to control order of Scheme macro expansion?...
Read MoreHow clojure macro parses special symbol?...
Read Moresyntax-rules not completely hygienic?...
Read MoreHow can I closely achieve ?: from C++/C# in Python?...
Read MoreImplicit currying in Scheme with syntax-rules?...
Read MoreHow are vector patterns used in syntax-rules?...
Read MorePlease refactor my macro in Scheme...
Read More