Re: Dynamically create Lib?
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Dynamically create Lib?
- From: Javier Guerra Giraldez <javier@...>
- Date: 2013年10月15日 13:01:46 -0500
On Tue, Oct 15, 2013 at 12:50 PM, Matthias Beyer <mail@beyermatthias.de> wrote:
> Is it possible to dynamically register C functions in Lua?
there are a few bindings to TCC around there. but beware that TCC has
some nasty state dependencies; basically can't load C code more than
once per run cycle!
--
Javier