Re: `require()` semantics?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: `require()` semantics?
- From: Pierre-Yves Gérardy <pygy79@...>
- Date: 2014年6月25日 00:34:58 +0200
On Wed, Jun 25, 2014 at 12:10 AM, Rob Hoelz <rob@hoelz.ro> wrote:
> If you want to compare notes with another implementation, I've done the
> same thing with lua-procure:
>
> https://github.com/hoelzro/lua-procure
Thanks Rob. AFAICT, the are semantically equivalent (except that I
rely on the default loaders).
—Pierre-Yves