<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Nov 3, 2014, at 10:10 PM, Dan Liebgold wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: 'Lucida Grande'; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; "><div>Jay's idea was to use "define" to create a module binding from "a" to a generated or decorated name, provide "a" (or not), and put the generated name in the hash table. I'm pursuing that approach currently.</div></span></blockquote><div><br></div><div>Yeap, that would be the next idea (now that I figured what you meant). </div><div><br></div><div><br></div><div><br></div><br><blockquote type="cite">PS: The motivation for this is to finally get our custom language "DC" to be implemented as a proper Racket module language.  It's turning out to be a bit of a nightmare since we rely so heavily on the side effects of "load" and we have 4 different namespaces active at once.  This example is just one small piece.</blockquote><br></div><div>What this really shows is how bad the choice of load was. I would bet a beer or something that you'll find #lang/require and friend will eventually make your life easier and happier. </div><div><br></div><div>-- Matthias</div><div><br></div></body></html>