lua-users home
lua-l archive

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


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