[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] llua Higher-level C API for Lua
- From: Dirk Laurie <dirk.laurie@...>
- Date: Tue, 11 Mar 2014 07:11:56 +0200
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?