[plt-scheme] Solving module interdependency

From: Noel Welsh (noelwelsh at gmail.com)
Date: Thu Jan 10 15:09:18 EST 2008

Modules cannot be mutually dependent.  You should consider the unit
system which does allow mutual dependencies.

N.

On Jan 10, 2008 5: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?
>
>
> thanks,
>
> -- Vijay


Posted on the users mailing list.