On 2020-05-31 16:21, Peter Pentchev wrote:
On Sun, May 31, 2020 at 04:06:28PM -0700, ToddAndMargo via perl6-users wrote:
On 2020-05-31 12:48, Veesh Goldman wrote:
well, literally it would mean something like "a direct result of
inability to read is to not understand", which in context should me
On 2020-05-31 17:13, Peter Pentchev wrote:
On Mon, Jun 01, 2020 at 03:12:05AM +0300, Peter Pentchev wrote:
On Sun, May 31, 2020 at 04:29:55PM -0700, ToddAndMargo via perl6-users wrote:
On 2020-05-31 04:58, Peter Pentchev wrote:
So my beef is when you feed these guys an undefined
variable, that
On Mon, Jun 01, 2020 at 01:15:23AM -0700, ToddAndMargo via perl6-users wrote:
> On 2020-05-31 17:13, Peter Pentchev wrote:
> > On Mon, Jun 01, 2020 at 03:12:05AM +0300, Peter Pentchev wrote:
> > > On Sun, May 31, 2020 at 04:29:55PM -0700, ToddAndMargo via perl6-users
> > > wrote:
> > > > On 2020-0
On Mon, Jun 01, 2020 at 12:21:37PM +0300, Peter Pentchev wrote:
> On Mon, Jun 01, 2020 at 01:15:23AM -0700, ToddAndMargo via perl6-users wrote:
> > On 2020-05-31 17:13, Peter Pentchev wrote:
> > > On Mon, Jun 01, 2020 at 03:12:05AM +0300, Peter Pentchev wrote:
> > > > On Sun, May 31, 2020 at 04:29:
On Mon, Jun 01, 2020 at 12:26:16PM +0300, Peter Pentchev wrote:
> On Mon, Jun 01, 2020 at 12:21:37PM +0300, Peter Pentchev wrote:
> > On Mon, Jun 01, 2020 at 01:15:23AM -0700, ToddAndMargo via perl6-users
> > wrote:
[snip]
> > > Hi Peter,
> > >
> > > I screw up A LOT.
And just in case this part
On 2020-06-01 02:21, Peter Pentchev wrote:
On Mon, Jun 01, 2020 at 01:15:23AM -0700, ToddAndMargo via perl6-users wrote:
On 2020-05-31 17:13, Peter Pentchev wrote:
On Mon, Jun 01, 2020 at 03:12:05AM +0300, Peter Pentchev wrote:
On Sun, May 31, 2020 at 04:29:55PM -0700, ToddAndMargo via perl6-u
On 2020-06-01 02:21, Peter Pentchev wrote:
class Thing {
multi method do-things(Int:D $value) {
say "A thing can do things with an integer: $value";
}
multi method do-things(Rational:D $value) {
say "A thing can do things with a rational nu
Todd,
I'd be interested to see where someone said 'no' to creating your own
methods.
Methods are integral to the whole idea of a class.
It's also clear throughout the Raku documentation that there are methods.
But for a method, you need a class. Peter put the method in a class.
Do you want
On 2020-06-01 13:46, Richard Hainsworth wrote:
Todd,
I'd be interested to see where someone said 'no' to creating your own
methods.
Methods are integral to the whole idea of a class.
It's also clear throughout the Raku documentation that there are methods.
But for a method, you need a class
Todd,
You said you asked if you could create your own methods, and that you
were told 'no'. That was a surprising statement, so I asked about some
context about who would say such a stupid(?!) thing. Seems like this was
a half-remembered 'no' somewhere in a cloud . Lets leave it there.
You o
On 2020-06-01 15:19, Richard Hainsworth wrote:
Todd,
You said you asked if you could create your own methods, and that you
were told 'no'. That was a surprising statement, so I asked about some
context about who would say such a stupid(?!) thing. Seems like this was
a half-remembered 'no' som
On 2020-06-01 15:19, Richard Hainsworth wrote:
Todd,
Do you have a favorite primer on creating methods
you could send me a link to?
I am delighted I can do my own methods. Raku,
now 1002 ways of doing everything! I do adore Raku!
-T
Guess not.
On Mon, Jun 01, 2020 at 01:36:19PM -0700, ToddAndMargo via perl6-users wrote:
> On 2020-06-01 02:21, Peter Pentchev wrote:
> > On Mon, Jun 01, 2020 at 01:15:23AM -0700, ToddAndMargo via perl6-users
> > wrote:
> > > On 2020-05-31 17:13, Peter Pentchev wrote:
> > > > On Mon, Jun 01, 2020 at 03:12:05
On Mon, Jun 01, 2020 at 01:38:48PM -0700, ToddAndMargo via perl6-users wrote:
> On 2020-06-01 02:21, Peter Pentchev wrote:
> > class Thing {
> > multi method do-things(Int:D $value) {
> > say "A thing can do things with an integer: $value";
> > }
> >
> > multi method do-thi
14 matches
Mail list logo