Scheme macro where I need an index number for each repeated element...
Read MoreSources for learning about Scheme Macros: define-syntax and syntax-rules...
Read MoreSimulating C/C++ empty defines in Java...
Read MoreWhy #define variable in library is overridden from #define in calling application?...
Read MoreDisallow C preprocessor from using a macro within another...
Read MoreHow to handle C char* defines in C++...
Read MoreHow to increment a Record Field using Scheme define-syntax macro...
Read MoreCustom pattern-matching facility for Chez Scheme...
Read MoreToken in macro definition was not declared in this scope...
Read MoreHygienic macro r7rs : Return second expression value...
Read Morehow to comment values under #ifdef in one place...
Read MoreCannot resolve function-like macro inside conditional compilation block...
Read MoreHow to tranpose pattern sequence in Scheme macro?...
Read MoreRacket macro that defines multiple top-level forms?...
Read MoreHow to call other macros from a Chicken Scheme macro?...
Read MoreCurrying functions in Scheme using macros...
Read MoreDefine-Syntax Arguments and Usage...
Read MoreIs it possible to use user defined fuctions when expanding macro?...
Read MoreHow to control order of Scheme macro expansion?...
Read MoreWriting a `define-let` macro, with hygiene...
Read MoreIs there any way to define a compile-time (expansion-time) macro variable in Racket or any other Sch...
Read Morehow to create a macro in racket where a list becomes the args of said lambda?...
Read MoreError during expansion of macro in Chicken Scheme...
Read MoreCan "if" be implemented using "call/cc"?...
Read MoreScheme R5RS define-syntax ignored?...
Read More