Search code examples
Scheme macro where I need an index number for each repeated element...


schemeguiledefine-syntax

Read More
Sources for learning about Scheme Macros: define-syntax and syntax-rules...


macroslispschemesyntax-rulesdefine-syntax

Read More
Simulating C/C++ empty defines in Java...


javaconstantspreprocessorcode-readabilitydefine-syntax

Read More
Why #define variable in library is overridden from #define in calling application?...


c++pluginsdefine-syntax

Read More
Disallow C preprocessor from using a macro within another...


cmacrospreprocessordefine-syntax

Read More
C++: Simplifiying a #define...


c++variadicdefine-syntax

Read More
How to handle C char* defines in C++...


c++cdefine-syntax

Read More
How to increment a Record Field using Scheme define-syntax macro...


macrosschemechez-schemedefine-syntax

Read More
Custom pattern-matching facility for Chez Scheme...


macrospattern-matchingschemes-expressiondefine-syntax

Read More
Token in macro definition was not declared in this scope...


c++define-syntax

Read More
Hygienic macro r7rs : Return second expression value...


schemeracketr6rsdefine-syntaxr7rs

Read More
how to comment values under #ifdef in one place...


c++constexprdefine-syntax

Read More
Provide syntax-rule Racket...


racketdefine-syntaxsyntax-rules

Read More
Cannot resolve function-like macro inside conditional compilation block...


cmacrosc-preprocessorconditional-compilationdefine-syntax

Read More
How to tranpose pattern sequence in Scheme macro?...


macrosschemedefine-syntax

Read More
Racket macro that defines multiple top-level forms?...


macrosracketvariadictopleveldefine-syntax

Read More
How to call other macros from a Chicken Scheme macro?...


macrosschemechicken-schemedefine-syntax

Read More
Currying functions in Scheme using macros...


macroslispschemecurryingdefine-syntax

Read More
Racket macro for expanding code...


macrospattern-matchingracketdefine-syntax

Read More
Define-Syntax Arguments and Usage...


schemedefine-syntax

Read More
Is it possible to use user defined fuctions when expanding macro?...


schemechicken-schemedefine-syntax

Read More
How to control order of Scheme macro expansion?...


macrosschemeracketdefine-syntaxsyntax-rules

Read More
Writing a `define-let` macro, with hygiene...


macrosracketdefine-syntaxhygiene

Read More
Capturing Macros in Scheme...


macrosschemeracketdefine-syntax

Read More
Defining a For Loop in Scheme...


for-loopschemelispdefine-syntax

Read More
Is there any way to define a compile-time (expansion-time) macro variable in Racket or any other Sch...


macrosschemeracketdefine-syntax

Read More
how to create a macro in racket where a list becomes the args of said lambda?...


listmacroslambdaracketdefine-syntax

Read More
Error during expansion of macro in Chicken Scheme...


macroslispschemechicken-schemedefine-syntax

Read More
Can "if" be implemented using "call/cc"?...


functional-programmingschemecontrol-flowcallccdefine-syntax

Read More
Scheme R5RS define-syntax ignored?...


schemeracketdefine-syntax

Read More
BackNext