[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: stdlua.lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 27 Sep 2001 14:00:56 -0300 (EST)
>What about a library database type thing from which you import the code and then
>execute it. eg. a library file could be formatted into sections (perhaps with
My gdbm binding contains a sample implementation of a repository of precompiled
code which might be useful for this. (Precompiling part is not essential.)
--lhf