[plt-scheme] domain language hacking, and arguing with the module system

From: Daniel Hagerty (hag at linnaean.org)
Date: Fri May 2 06:39:08 EDT 2003

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.


Posted on the users mailing list.