[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Error handling
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 17 Feb 2006 00:11:38 -0200
> I would be very interested in learning more about this as the perceived lack
> of exceptions or "goto" is limiting the quality of code I am producing.
If you're really into "goto", I can try to revive my hack described in
http://lua-users.org/lists/lua-l/2004-09/msg00244.html , but this was
only for local goto, not global goto, which is what I think you mean
when you mention goto in the context of exceptions.
--lhf