[plt-scheme] domain language hacking, and arguing with the module system
Daniel Hagerty <hag at linnaean.org> writes:
> everything out to the transparent repl and say go, with lots of
> debugging printfs, I'm still not really grokking the why of
> everything's evaluation.
I am indeed a dingbat.
The right thing happens with
(module domain-mod mzscheme
(require-for-syntax resolver)
(require-for-syntax magicwords)
(require (mykey imported-from-magicwords "filename.ss")))
where magicwords and resolver share data in a straight-forward
procedural way.