lua-users home
lua-l archive

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


Hi there,

I made a Lua-Objective-C bridge: https://github.com/torus/Lua-Objective-C-Bridge

I know there are already some bridges like this, but I wanted to
create my own :) This bridge uses NSInvocation to call ObjC methods so
it's relatively simple and flexible.

Sorry for the document is still terse. But please feel free to try it
out and ask me if you have any question.

Thanks,
Toru