[plt-scheme] Solving module interdependency

Carl Eastlund cce at ccs.neu.edu
Thu Jan 10 13:22:21 EST 2008


On Jan 10, 2008 12:36 PM, Vijay Mathew <vijay.the.schemer at gmail.com> wrote:
> How can I load two module files that are interdependent?
> Can dynamic-require help?

Take a look at the unit system in (lib "unit.ss").  Units are built
first without linking, then you link them together at runtime after
they're already constructed, so you can link them as cyclically as you
like.

-- 
Carl Eastlund



More information about the plt-scheme mailing list