raiph
raiph
["Raku doesn't use the word "Edition". I like it. It sounds like we should adopt that word."](https://www.reddit.com/r/ProgrammingLanguages/comments/n8cydj/question_which_properties_of_programming/gy4i3oh/). Predictably, "should" is of course too strong a word. And I think the...
(Closed per comment by @2colours; "contains quite some useful information about coercions in general" is 3807, not this issue.)
That's me. I wrote an explanation of sorts about the channel and videos a few months ago in a series of comments in a reddit thread. I suggest anyone interested...
> Raku provides Unicode versions of many operators – basically whenever there is a sensible Unicode equivalent. I'm suspicious of words like "sensible". Suitable is about the same, but seems...
@librasteve > my understanding from the doc (as quoted above in my previous note) is that the final value is always produced unless a '^' caret prefix is used That's...
Some testing related to this has led me to further oddities. Maybe I'm missing something? I'll leave them here for now given that this issue already exists with a very...
Thanks @finanalyst. > to identify the broken incoming url, http://doc.perl6.org > identify a reasonable live alternative, https://docs.raku.org > create a PR to change deprecated-urls That appears to be about file/paths...
Hi @finanalyst > Would it be possible for you to create an issue on the Raku/doc-website repo? I'm torn. If you *promise* that *you personally* will *commit* to diligently chasing...
@jubilatious1 (Your first recent comment is marked "duplicate". What's that about?) You appear to have misunderstood the issue. I will try to recap it in a helpful way. >> Should...
What about: * Ranges with `Nil` as an endpoint become failures. (Rationale: `Nil` denotes absence of a value or a benign failure. Using one as a range endpoint promotes to...