[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Require
- From: Diego Nehab <diego@...>
- Date: Mon, 26 Jul 2004 01:43:33 -0400 (EDT)
Hi,
> The Oberon System demonstrated that you can do quite a bit without cyclic
> import. The fallback usually involves having one module register itself with
> the other module after importing it. This mechanism is referred to as an
> upcall in Oberon.
I agree. How often do two or more modules mutually need each other,
*while they are being loaded*?
[]s,
Diego.