problem-solving
problem-solving copied to clipboard
🦋 Problem Solving, a repo for handling problems that require review, deliberation and possibly debate
So far, Raku versions have had names related to religious festivities: c was Christmas, d was Diwali. We haven't opened the Pandora box of naming the next version, but I'd...
## a short description of the problem I think there is no easy way to inspect distributions. ## more details Let's say we use `Module` in our script: ```raku use...
This has probably happened several times, but I just found about this one. Clearly the compiler has to evolve and change, but people in charge of the documentation can't check...
We have two pages discussing Community resources: https://raku.org/community/ https://docs.raku.org/language/community
Since its start, Rakudo has relied well upon CURI (ala CompUnit::Repository::Installation) for its installation purposes, and it has served its purpose well. However, as Rakudo grows older and Raku just...
`!=` appears to behave like a meta-operator construction with junctions which results into confusing semantics ("all elements aren't equal to $n" turns into "not all elements are equal to $n"...
"Tight or" has lower precedence than the "chaining infix" operators. This makes sense in the case of operators like || and ^^ that actually are logic operators in the first...
I created a website for Raku. You can view the ~~demo~~ website [here](https://www.raku-lang.ir/en/). Its source code is available [here](https://github.com/CIAvash/raku-website). Features: - Created with [Hugo](https://gohugo.io/): it's fast and has a lot...
As it was recently discussed at a Raku Steering Council meeting, we don't have a common way to distribute important messages amount community members and Raku users in general. Those...
There should be an easy way for one grammar to call another grammar. Lately we've seen a number of people playing around a lot more with how one grammar can...