On Friday, 19 April 2019 22:39:10 UTC+1, Michael Murdock MacLeod wrote: > > I'm in no ways a macro expert, but will this work? It uses > identifier-binding > to check if the identifier for the hash table is bound. >
Yep, looks like the winner. I should've inferred from the fact that "unbound identifier" is a compile time error that there must be a way to check said binding at compile time, sigh. Also, I only learnt that its a compile time error today and couldn't quite figure how the expander can be certain. Now I'm thinking, wait, all those syntax objects have sets of scopes attached for a reason. -- You received this message because you are subscribed to the Google Groups "Racket Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.

