lua-users home
lua-l archive

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


>If you want to use Lua for scripting, I suggest you use Lua 3.2. It is much easier to embed than 4.0, IMO

Easy of embedding is one major design goal of Lua.
Except for the (temporary) lack of official tolua for 4.0, the 4.0 API should
be easier to program than the 3.2 API. Of course, it takes getting used to it,
since it was a major change.
Could you expand on why you think 3.2 is easier to embed?
--lhf