On Fri, Apr 22, 2011 at 7:46 AM, Andre van Tonder <andre@x> wrote:
Yes, it must be the same binding. Otherwise nested QUASIQUOTE will break.
If we don't explicitly require that they are the same binding,
and an implementation chooses to _not_ make them the
same binding, then it must come up with some way to make
quasiquote work. It can choose to use the Chibi/Chicken
approach, or it can use a macro implementation which can
match the nested quasiquote with the actual identifier the
form was expanded from, or it can make quasiquote match
itself unhygienically.