Hi all.
I've been lurking on this list for years (and once won an "oldest
resurrected conversation" award). I've loved Raku conceptually since the
start, but have only recently been putting it to much use. Mostly, the
reality is as good as the promises, but there are two areas I have been
liking
ly
> have to limit the smartmatching*. So these:
>
> (CONTROL) LEAVE { when .block-done ~~ X::Control { } }
> (LAST) LEAVE { when .iter-fine(CX::DONE) { } }
> (CLOSE) LEAVE { when .iter-done ~~ CX::Done { } }
>
> *could *become more useful as specialized exception ha