lua-users home
lua-l archive

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


> Does this seem reasonable as an approach?

("reasonable" is the perfect word :) Yes, it is very reasonable.
However, keep in mind that alternative uses of L_TRY and L_THROW is
"client risk". It is difficult to antecipate strange behaviors, and we
do not test that kind of use.

-- Roberto