lua-users home
lua-l archive

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


> 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/