[plt-scheme] Solving module interdependency

From: Carl Eastlund (cce at ccs.neu.edu)
Date: 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


Posted on the users mailing list.