[EMAIL PROTECTED] (Tony Olekshy) wrote on 15.08.00 in <[EMAIL PROTECTED]>: > What if we implemented something like the following? Seems that the basic unwinder is > except { ... } => catch { ... } and everything else can be written in terms of this: > catch { ... } except { 1 } => catch { ... } > catch "ClassName" { ... } except { $@->isa($ClassName") } catch { } > finally { ... } except { 1 } => catch { ... ; throw $@ } MfG Kai
- Toward an omnibus Perl 6 Exceptions RFC, v0.1. Tony Olekshy
- Re: Toward an omnibus Perl 6 Exceptions RFC, v0.1... Chaim Frenkel
- Re: Toward an omnibus Perl 6 Exceptions RFC, ... Tony Olekshy
- Re: Toward an omnibus Perl 6 Exceptions R... Chaim Frenkel
- Re: Toward an omnibus Perl 6 Exceptio... Jonathan Scott Duff
- Re: Toward an omnibus Perl 6 Exceptions RFC, v0.1... Peter Scott
- Re: Toward an omnibus Perl 6 Exceptions RFC, ... Tony Olekshy
- Re: Toward an omnibus Perl 6 Exceptions RFC, ... Jonathan Scott Duff
- Re: Toward an omnibus Perl 6 Exceptions RFC, v0.1... Kai Henningsen
- Re: Toward an omnibus Perl 6 Exceptions RFC, ... Tony Olekshy