[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Code repository
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 27 Mar 2000 16:34:42 -0300 (EST)
>From: Christophe Gimenez <chris@kandji.com>
>
>I think it could be cool for LUA newbies like me to be able to download some scripts samples from the LUA web site...
There are a few examples in lua/test.
>Why is it not already possible ?
Mostly because most Lua scripts depend on C functions defined by their users,
and so are not very suitable for sharing.
--lhf