Re: Structured exception handling should be a core module. by Peter Scott- August 24, 2000 At 06:06 PM 82400 -0600, Tony Olekshy wrote:>In fact, not only would I be pleased and honoured to author the>Perl 6 core Try.pm module, I&39;m already working on a Perl 5 standard>reference implementation.That should certainly tell you whether it&39;s doable :-)>Peter, I think we should make this approach more clear in RFC 88.I&39;m not convinced that this can totally be implemented in a module. Particularly if RFC 151 passes :-)--Peter ScottPacific Systems Design Technologieshttp://www.nntp.perl.org/group/perl.perl6.language.errors/2000/08/msg273.html Re: On the case for exception-based error handling. by Tony Olekshy- August 24, 2000 Glenn Linderman wrote:> > Tony Olekshy wrote:> >> > Glenn Linderman wrote:> > >> > > actually wrapping a bunch of code inside a try block> > > affects how that code reacts to die, thus affecting the> > > behavior of the program that previously used die to mean> > > terminate the program.> >> > Hang on, this can&39;t be true. To quote from RFC 88:> >> > try may_throw_1 > > catch may_throw_2...http://www.nntp.perl.org/group/perl.perl6.language.errors/2000/08/msg272.html |