The require special form is really not necessary as a special form. I could achieve the same functionality using a macro and updating CompilationContext with a generate purpose HashMap. This is similar to how uniquesymbol is not necessary as a special form and is able to be achieved using a macro uniqueidentifier.
The
require
special form is really not necessary as a special form. I could achieve the same functionality using a macro and updatingCompilationContext
with a generate purpose HashMap. This is similar to howuniquesymbol
is not necessary as a special form and is able to be achieved using a macrouniqueidentifier
.