Search code examples
How to create Alist from List using syntax-rules in Scheme?...


macrosschemehygienesyntax-rules

Read More
Elixir var! ... How to read a variable from caller's scope...


elixirmetaprogramminghygiene

Read More
How can I create hygienic identifiers in code generated by procedural macros?...


rustmacroshygienerust-proc-macros

Read More
How does the `quote` macro achieve interpolation?...


rustscopemacroshygiene

Read More
Use local bindings at call site in Rust "macro_rules" macros...


rustmacroshygienerust-decl-macros

Read More
How can I extract hygiene ratings from Zomato?...


apiweb-scrapingbeautifulsoupzomato-apihygiene

Read More
Passing macro variable to function for interpolation...


macrosjuliametaprogramminghygiene

Read More
Why does macro hygiene not prevent collisions between multiple const definitions?...


macrosrustmetaprogramminghygiene

Read More
Why is next not gensymed?...


clojuremacroshygienegensym

Read More
Racket macro that generates a nested module error...


macrosrackethygiene

Read More
Writing myletstar macro (hygiene) in Scheme...


macrosschemerackethygiene

Read More
What is difference between datum->syntax and syntax #' in define-syntax body?...


macrosrackethygiene

Read More
Why dirty injection is necessary even for code within template's scope?...


templatesnim-langhygiene

Read More
Racket macros not working...


macroslispracketdataloghygiene

Read More
Dynamically prefix macro names with a variadic macro...


cgccmacrosc-preprocessorhygiene

Read More
Macro call vs macro definition environment in Julia...


macrosjuliahygiene

Read More
Macro-defining macro in Racket?...


macroslispcommon-lisprackethygiene

Read More
syntax-parameter pointing to a syntax-pattern-variable?...


macrosrackethygiene

Read More
Is creating a lot of private classes bad style?...


javaclasstell-dont-askhygiene

Read More
Why does this Julia macro _not_ require `esc`?...


macrosjuliahygiene

Read More
Injecting variables into a quoted expression...


macrosmetaprogrammingelixirhygiene

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


macrosracketdefine-syntaxhygiene

Read More
What exactly is the purpose of syntax objects in scheme?...


schemeevalrackethygienesyntax-object

Read More
Scheme syntax-rules - Difference in variable bindings between (let) and (define)...


macrosschemehygiene

Read More
What is it about a single namespace that leads to unhygienic macros? (in LISP)...


macrosclojurelispschemehygiene

Read More
Can someone explain the concept of 'hygiene' to me (I'm a scheme programmer)?...


macrosschemer6rshygiene

Read More
How to make just part of a macro hygienic...


lambdaschemecallccr6rshygiene

Read More
How do I write a hygienic Ruby mixin?...


rubymixinshygiene

Read More
BackNext