lua-users home
lua-l archive

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


On 18/11/2016 21:19, Chris Jones wrote:
> Has anyone out there successfully managed to get some kind of FFI 
> module talking to Objective C?

Yep, my NSLua (https://github.com/simoncozens/NSLua - heavily based on
EasyLua) gives you a bidirectional bridge between Lua and ObjC.

What exactly are you looking for? Are you embedding Lua in an ObjC app,
or something else?

S