lua-users home
lua-l archive

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


Lua builds and operates just fine with Objective-C. You can modify the Lua exception handling mechanism to be compatible with that used by Objective-C so that you don't have to catch exceptions at boundaries, but you'll either need to figure that out or get someone from Adobe to discuss it since I'm rusty on the details. Building a bridge between Lua and Objective-C is pretty easy as bridges go.

Mark