Daniel Sockwell

Results 62 issues of Daniel Sockwell

The following code correctly throws a compile-time error: ```raku proto f(Str, |) {*} multi f($a) { dd $a } f 42; ``` This very similar code should (I believe) throw...

Will be addressed in RakuAST

Although not expressly mentioned in the docs for [destructuring assignment](https://docs.raku.org/language/variables#index-entry-destructuring_assignment), destructurning with `has`-scoped variables _seems_ like something that should work. And it would be very nice, because it would allow...

Will be addressed in RakuAST