lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.