lua-users home
lua-l archive

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


Is anyone using Lua with Objective-C?

I was just thinking about how easily the two could work together
since you'd only need to wrap a few runtime functions (like objc_messageSend)
to have full access to all Objective-C libraries.

Steve