On Mon, Aug 14, 2000 at 12:32:32PM -0500, David L. Nicol wrote: > I find "throw" to be a perfectly good synonym for "raise" an exception. The > english language equivalent is a piece of steel machinery, when it breaks > while running, which is said to "throw a rod" or "throw a bolt" depending > of course on the nature of the broken item that comes flying out of the > mechanism at dangerous and possibly inventor-fatal speeds. This is exactly how I think of "throwing an exception". > Because of the MTOWTDI nature of the Perl experiment, eventually > there will be perl programmers trying to make sense of C++ and > Java(?) nomenclature in which one throws exceptions and catches them > with exception handlers. Yep. As long as our try/throw/catch/finally makes sense from where they are coming from, we might as well reuse those same names. If, however, Perl's try/throw/catch/finally do something radically different (how, I can't imagine) then we should be looking for new names. -Scott -- Jonathan Scott Duff [EMAIL PROTECTED]
- Re: RFC 78 (v1) Improved Module Versioning And Searchi... Bennett Todd
- Re: RFC 78 (v1) Improved Module Versioning And Searchi... Dan Sugalski
- Re: RFC 78 (v1) Improved Module Versioning And Searchi... Bennett Todd
- Re: RFC 78 (v1) Improved Module Versioning And Searchi... Dan Sugalski
- Re: RFC 78 (v1) Improved Module Versioning And Searchi... Graham Barr
- Re: RFC 78 (v1) Improved Module Versioning And Searchi... Dan Sugalski
- errors and their keywords and where catch can return t... David L. Nicol
- Re: errors and their keywords and where catch can retu... Peter Scott
- Re: errors and their keywords and where catch can retu... Dan Sugalski
- English language basis for "throw" David L. Nicol
- Re: English language basis for "throw" Jonathan Scott Duff
- Re: English language basis for "throw" Bart Lateur
- Re: English language basis for "throw" Jarkko Hietaniemi
- Re: English language basis for "throw" Dan Sugalski
- Re: English language basis for "throw" John Porter
- Re: English language basis for "throw" John Porter
- Re: English language basis for "throw" Nathan Torkington
- Re: English language basis for "throw" Peter Scott
- Re: English language basis for "throw" John Porter
- Re: English language basis for "throw" Stephen P. Potter
- Re: English language basis for "throw" Tony Olekshy