Phasers Suggestions

2021-12-12 Thread Timothy Nelson
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

Re: Phasers Suggestions

2021-12-15 Thread Timothy Nelson
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