Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Syntactic closure

In computer science, syntactic closures are an implementation strategy for a hygienic macro system. The term pertains to the Scheme programming language.

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.

We don't have any images related to Syntactic closure yet.
We don't have any YouTube videos related to Syntactic closure yet.
We don't have any PDF documents related to Syntactic closure yet.
We don't have any Books related to Syntactic closure yet.
We don't have any archived web articles related to Syntactic closure yet.

References

  1. Hanson, Chris (November 9, 1991). "A Syntactic Closures Macro Facility". CSAIL. MIT. Retrieved February 24, 2021. https://people.csail.mit.edu/jaffer/slib/Syntactic-Closures.html