lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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