lua-users home
lua-l archive

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


2014-03-10 18:46 GMT+02:00 steve donovan <steve.j.donovan@gmail.com>:

> It's much like higher-level Lua bindings
> like luar [1] and LuaJava [2] - there are objects which represent Lua
> references, and they may be operated on directly, supporting the usual
> operations of indexing, calling and so forth.

There are two main kinds of mixed Lua/C usage (and maybe most Lua users
are split this way too).

1. Think in Lua and stick in some C.
2. Think in C and stick in some Lua.

Would it be fair to say this project sits squarely in Category 2?