[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: FFI and Objective C
- From: Simon Cozens <simon@...>
- Date: Fri, 18 Nov 2016 21:24:30 +1100
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