[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: module loading in C
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Tue, 2 Sep 2008 20:46:34 -0300
> I have module A loaded from a lua program wth require, while
> submodules A1, A2, .. are loaded by A on demand.
It seems easier to me to add the submodules to package.preload.