[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Res: Lua for Objective-C
- From: Mark Hamburg <mark@...>
- Date: Wed, 5 Nov 2008 07:43:10 -0800
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