doc
doc copied to clipboard
🦋 Raku documentation
## Problem broken link https://docs.raku.org/language/language/operators.html#Operator_associativity yields 404 error ## Suggestions If someone knows an alternate page point at it, otherwise if you know about this please write a page for...
Table header names changed in https://github.com/Raku/doc/pull/4031. Closes https://github.com/Raku/doc/issues/4085.
Changes in #4031 has caused the table to no longer match the exception for the op table in https://github.com/Raku/doc/blob/d29bcbb5205e3c15db09aa85546b05534cdb7af1/assets/js/main.js
searching for use on the new site, I see: http://164.90.207.89:10010/language/functions#Re-dispatching Language: use soft (pragma) Pragmas: soft The first one should not be indexed. the language page has the text >...
# Changes * [ ] Allow optional : on LHS of signature binding declaration [20fd4f04](https://github.com/rakudo/rakudo/commit/20fd4f04) * [ ] Make &[max] and &[min] return RHS for ties [175e716f](https://github.com/rakudo/rakudo/commit/175e716f) * [ ]...
## Problem or new feature If you write something like this: ```raku use experimental :macros; macro foo() { quasi "bar" } ``` You get: ``` Missing block at /home/jmerelo/Code/raku/my-raku-examples/scoped-block-fail.raku:2 ------>...
## Problem or new feature `quasi` does not get its own entry in the reference, and barely a few words in the macro documentation. We don't know, for instance, it...
## The problem See https://github.com/Raku/doc/issues/3132 ## Solution provided Parametricity is an archetype; archetypes are currently undocumented. This begins the process of documenting them, documents how parameterization works, and provides some...
## The problem I want to define a type-parametric class. I can't find how to do that in the documentation. ## Suggestions Some example, at least, like (a correct version...
Hi Guys, https://docs.raku.org/syntax/while%20until Request for enhancement: please consider adding "last" and "next" into the manual page for both of "while" and "until". Many thanks, -T