[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Guide for Lua bindings
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 21 Dec 2017 23:02:13 -0200
> There's plenty of info along these lines on the web, but it sure would be
> nice to have an authoritative Guide.
Indeed. But I think this would require getting into details of what you
want to bind Lua to and would take the writer too far into non Lua land.
I suggest you start reading Lua bindings for C libraries. The source of
the Lua standard libraries is a good starting point:
https://www.lua.org/source/5.3/
See also my libraries at
http://webserver2.tecgraf.puc-rio.br/~lhf/ftp/lua/