Re: A major problem with the Lua ecosystem
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: A major problem with the Lua ecosystem
- From: Pierre Chapuis <catwell@...>
- Date: 2018年2月01日 10:42:35 +0100
On Thu, Feb 1, 2018, at 09:22, Dirk Laurie wrote:
> For this idea to work with "lua -l" , we also need the patch
> to preload libraries with customized global names
> http://lua-users.org/wiki/LuaPowerPatches
> so that
>
> lua -l paths=torch.paths
>
> is possible.
Is there a major advantage compared to this, which works today?
lua -e "paths=require'torch.paths'"
--
Pierre Chapuis