Márton Polgár
Márton Polgár
The [Mowyw module from Moritz Lenz](https://github.com/moritz/mowyw) is a niche, abandoned, Perl5 module that is 1. bad PR 2. no encouragement for a possible volunteer. I think it can go without...
(Disclaimer: I avoided "Rakudo" in the title because this is **not** another iteration of "we need other compilers than Rakudo".) This issue is a reiteration over JJ Merelo's previous issues...
This is the design-level escalation of what I believed to be [a mere Rakudo bug](https://github.com/rakudo/rakudo/issues/5340). In order to support `*..'foo'` and `'foo'..*` kind of `Range`s as "anything up until 'foo'"...
Hello, The TL;DR of this issue would be: non-breaking spaces are handled differently by [words](https://docs.raku.org/routine/words) and [word quoting structures](https://docs.raku.org/language/quoting#Word_quoting:_qw) despite both only talking about whitespaces. This also makes a number...
As the RakuAST project reaches the maturity where the design of the interface can actually have a significant influence on the implementation and vice versa, it would be important to...
A sister issue of https://github.com/Raku/doc/issues/4293. The capability of multi-level classification is nice but sometimes, it would be good to really just use an `Iterable` as a key of a flat...
Inspired by https://github.com/Raku/doc/issues/4255 because it seems like this is an unnecessary trap to work with. The [synopses actually do mention](https://design.raku.org/S04.html#The_Relationship_of_Lexical_and_Dynamic_Scopes) the dynamic nature of a bare `next` (as opposed to...
Leon Timmermans directed my attention to the situation of flatmap. If you visit the [documentation of it](https://docs.raku.org/routine/flatmap), you can see that Any.flatmap appears as "deprecated as of v6.d and to...
Currently, I don't see a good, official-ish, up-to-date source for Raku books but such a list could be created based on the perl6book site and links at raku.org. The goal:...
Installing Rakubrew using ` . {iwr -useb https://rakubrew.org/install-on-powershell.ps1 } | iex` in Powershell, the `init` advice is: 1. not for Powershell 2. it is not for Powershell even when explicitly...