lua-users home
lua-l archive

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


On 12/20/2012 11:47 AM, Coda Highland wrote:
LuaJIT on most platforms integrates C++ exceptions with Lua errors, so pcall() will catch a thrown exception,

Saying "most" is a bit dangerous. It's important to see the list of supported platforms here:

http://luajit.org/extensions.html#exceptions

More discussion of LuaJit probably belongs on the LuaJit list; I just didn't want to leave that unsaid.

Tim