[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua/C: How do you ...
- From: Enrico Colombini <erix@...>
- Date: Sat, 08 Nov 2008 22:47:19 +0100
Ben Aurel wrote:
What do you (experienced lua user) use when extending Lua with C?
Nothing :-)
I once wrote a simple wrapper (glua), but then I realized hat the C API
and the LuaL lib are all that's needed.
Read section IV of "Programming in Lua"
(http://www.amazon.com/exec/obidos/ASIN/8590379825/lua-docs-20); it's a
very good starting point.
Enrico