hygienic macro system

C47090
concept

A hygienic macro system is a macro expansion mechanism in programming languages that automatically prevents unintended name capture and variable clashes, preserving lexical scoping and program correctness.

Instances (1)

Instance Via concept surface
R6RS syntax-case macros