Re: I reproduced one of the errors!

2020-06-01 Thread Peter Pentchev
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

Re: I reproduced one of the errors!

2020-06-01 Thread ToddAndMargo via perl6-users
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' 

Re: I reproduced one of the errors!

2020-06-01 Thread Richard Hainsworth
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

Re: I reproduced one of the errors!

2020-06-01 Thread ToddAndMargo via perl6-users
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 

Re: I reproduced one of the errors!

2020-06-01 Thread Richard Hainsworth
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

Re: I reproduced one of the errors!

2020-06-01 Thread ToddAndMargo via perl6-users
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

Re: I reproduced one of the errors!

2020-06-01 Thread ToddAndMargo via perl6-users
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

Re: I reproduced one of the errors!

2020-06-01 Thread Peter Pentchev
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

Re: I reproduced one of the errors!

2020-06-01 Thread Peter Pentchev
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

Re: I reproduced one of the errors!

2020-06-01 Thread Peter Pentchev
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

Re: I reproduced one of the errors!

2020-06-01 Thread ToddAndMargo via perl6-users
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,

Re: I reproduced one of the errors!

2020-06-01 Thread ToddAndMargo via perl6-users
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