[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Init system in Lua
- From: Natanael Copa <natanael.copa@...>
- Date: Thu, 17 Nov 2011 13:47:17 +0100
On Thu, Nov 17, 2011 at 1:10 PM, Matthew Frazier
<leafstormrush@gmail.com> wrote:
> On Nov 17, 2011, at 4:20 , Natanael Copa wrote:
>> This is easily done with /usr/bin/lua and /usr/lib/liblua*. My
>> question now is, what about pluggable modules? /usr/lib/lua can move
>> to /lib/lua but what about /usr/share/lua? I don't like the idea of
>> moving it to /share/lua. Suggestions?
>
> Maybe /lib/lua5.1/ext and /lib/lua5.1/lua?
So there are not really any established standard for that.
>Though when I was experimenting, I built a separate Lua named syslua so that extensions for it didn't conflict with the system Lua that I used for actual programming.
Seems like that was what bsdlua also did.
--
Natanael Copa