[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Q re using a standard C lib with lua
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 31 May 2010 17:43:27 -0300
> I am looking for some input from lua experts as to feasibility of creating a lua module of our DISAM file-handler.
From what I could gather from the URL you posted, it should be simple
to create a Lua binding in C, but of course you'll need to know C. If
you want examples of bindings, look at the sources of the standard Lua
libraries (e.g., lmathlib.c and liolib.c) and also my libraries (e.g.,
lgdbm): http://www.tecgraf.puc-rio.br/~lhf/ftp/lua/