Follow up:
Hi All,
Once JJ agreed this was a bug and it got posted,
the developers ran with it and even created a new
class to handle the problem.
https://github.com/Raku/doc/pull/3171#issuecomment-575991403
# class CArray
multi new (Str $data , :$encoding = 'utf8') {
self.new($data.encode
One last question on htis. What does
multi sub prefix:<+^>(Any --> Int:D)
Mean. Prefix means before. +^(Any) get
me a participation trophy, so I do not
understand.
:'(
INQUIRING MINDS WANT TO KNOW! (That is
a joke referencing a tabloid commercial.)
-T
On 2020-01-19 15:09, Tobias Boege wrote:
On Sun, 19 Jan 2020, ToddAndMargo via perl6-users wrote:
RFE: Please add the following examples to routine +^
https://github.com/Raku/doc/issues/3177
Now I wait and see what kind of reception I get. It
will be nice to contribute to the docs, rather than
On Sun, 19 Jan 2020, ToddAndMargo via perl6-users wrote:
> RFE: Please add the following examples to routine +^
> https://github.com/Raku/doc/issues/3177
>
> Now I wait and see what kind of reception I get. It
> will be nice to contribute to the docs, rather than
> just always griping about them
There is recipe on the doc repo now which should be usable for a VERY
BASIC intro to creating a doc PR.
See it here:
https://github.com/Raku/doc/blob/master/CONTRIBUTING_PRs.md
Hi All,
I just posted my first two doc issues:
RFE: Please add the following examples to routine +^
https://github.com/Raku/doc/issues/3177
RFE: add some missng explanation to Operators #3175
https://github.com/Raku/doc/issues/3175
Now I wait and see what kind of reception I get. It
will be n
Hi All,
Since several of you help me on this, this is my
keeper on the definition of operators. Marcel
helped a lot. He did an extraordinary job of
explaining things. He is cited in the keeper,
so I am not plagiarizing him.
:-)
-T
Raku /Perl 6:
https://docs.raku.org/language/functions#De
On 2020-01-19 08:52, Marcel Timmerman wrote:
On 1/19/20 2:47 AM, ToddAndMargo via perl6-users wrote:
Hi All,
Thank you all for the wonderful help on this.
What I am still confused about is how to
read these silly definition lines:
multi sub infix:<+>($a, $b --> Numeric:D)
multi
On 2020-01-19 05:17, Mark Senn wrote:
Bitwise += / ~=: Put and "=" after the bitwise operator:
s/and/an/?
Mark Senn, Senior Software Engineer,
Engineering Computer Network, Purdue University
technical editor for four Perl 5 books
Hi Mark,
Oops. Thank you!
I think I also have some Perl 5
On 1/19/20 2:47 AM, ToddAndMargo via perl6-users wrote:
Hi All,
Thank you all for the wonderful help on this.
What I am still confused about is how to
read these silly definition lines:
multi sub infix:<+>($a, $b --> Numeric:D)
multi sub infix:<+^>($a, $b --> Int:D)
How exactly
On 2020-01-19 00:08, Tobias Boege wrote:
On Sat, 18 Jan 2020, ToddAndMargo via perl6-users wrote:
Would you be so kind to post this as an issue in the documentation, so
we can pick up on it?
Thanks!
JJ
Would you mind posting back the link to it, so I can
get on the following list?
https:
On Sat, 18 Jan 2020, ToddAndMargo via perl6-users wrote:
>
> > Would you be so kind to post this as an issue in the documentation, so
> > we can pick up on it?
> >
> > Thanks!
> >
> > JJ
>
> Would you mind posting back the link to it, so I can
> get on the following list?
https://github.com/Ra
12 matches
Mail list logo