Syntactic closure
From HandWiki
In computer science, syntactic closures are an implementation strategy for a hygienic macro system. The term pertains to the Scheme programming language.[1] When a syntactic closure is used the arguments to a macro call are enclosed in the current environment, such that they cannot inadvertently reference bindings introduced by the macro itself.
References
- ↑ Hanson, Chris (November 9, 1991). "A Syntactic Closures Macro Facility". MIT. https://people.csail.mit.edu/jaffer/slib/Syntactic-Closures.html.
External links
- Syntactic exposures - A Lexically-Scoped Macro Facility for Extensible Compilers
- syntactic closures at Schemewiki
Original source: https://en.wikipedia.org/wiki/Syntactic closure.
Read more |