Re: I need a second pair of eyes

2020-05-27 Thread Veesh Goldman
well, like I said before, if you just show ALL of your code, then we'd be able to know what happened. On Wed, May 27, 2020 at 8:55 PM ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > On 2020-05-27 07:27, Brad Gilbert wrote: > > The point was that 「say」 will print undefined values wit

Re: I reproduced one of the errors!

2020-05-30 Thread Veesh Goldman
読めないと分かりませんよ。 On Sun, May 31, 2020, 02:23 ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > On 2020-05-30 04:19, Peter Pentchev wrote: > > On Fri, May 29, 2020 at 04:36:41PM -0700, ToddAndMargo via perl6-users > wrote: > > >> Hi Peter, > >> > >> No doubt it is operating as designed.

Re: I reproduced one of the errors!

2020-05-30 Thread Veesh Goldman
Sorry, my Japanese is mediocre. Meant to say that you can't complain about not understanding something if you haven't learned how to read it. On Sun, May 31, 2020, 09:05 Veesh Goldman wrote: > 読めないと分かりませんよ。 > > > On Sun, May 31, 2020, 02:23 ToddAndMargo via perl6-users &l

Re: I reproduced one of the errors!

2020-05-31 Thread Veesh Goldman
. > > > > On 31/05/2020 18:43, ToddAndMargo via perl6-users wrote: > >>>> On Sun, May 31, 2020, 09:05 Veesh Goldman <mailto:rabbive...@gmail.com>> wrote: > >>>> > >>>> 読めないと分かりませんよ。 > >> > >> On 2020-05-30 23

Re: I reproduced one of the errors!

2020-06-03 Thread Veesh Goldman
I assume he means a multi method. On Wed, Jun 3, 2020, 12:22 Peter Pentchev wrote: > On Wed, Jun 03, 2020 at 01:06:33AM -0700, ToddAndMargo via perl6-users > wrote: > > On 2020-06-02 22:15, Peter Pentchev wrote: > > > On Tue, Jun 02, 2020 at 07:39:16PM -0700, ToddAndMargo via perl6-users > wrote

Re: question about the multi in method

2020-06-07 Thread Veesh Goldman
I imagine they called it cool because it, indeed, is cool. On Sun, Jun 7, 2020, 18:28 Peter Pentchev wrote: > On Sun, Jun 07, 2020 at 06:19:29PM +0300, Peter Pentchev wrote: > > On Sun, Jun 07, 2020 at 09:04:45AM -0500, Brad Gilbert wrote: > > > On Sun, Jun 7, 2020 at 3:15 AM ToddAndMargo via pe

Re: Any sign of a fix for the 10 second compile time?

2020-07-31 Thread Veesh Goldman
Does your code have a 'use lib "lib"' line by any chance? Because that'll make raku recompile everything in each directory you run your script in. I had this problem once, so I'm guessing that might be what happened to you? On Fri, Jul 31, 2020, 04:45 ToddAndMargo via perl6-users < perl6-users@per

Re: Please take apart this stub line for me

2020-12-29 Thread Veesh Goldman
No. I can't imagine that what you're doing now is productive. What are you actually trying to understand by reading the source. On Wed, Dec 30, 2020, 08:47 ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > Hi All, > > Would someone please take apart this line for me? > > > https://git

Re: Please take apart this stub line for me

2020-12-30 Thread Veesh Goldman
Todd, you're being mean. Please stop On Wed, Dec 30, 2020, 12:40 ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > On 12/30/20 2:21 AM, JJ Merelo wrote: > > It's "hosing me down". No, I'm not doing that. Veesh's answer was good > > enough for me; it probably should be for you. > > > >

Re: Rust community in distress

2023-06-09 Thread Veesh Goldman
Could I get a TL;DW on that video? I love Rust, and would hate to see anything bad happen to it On Fri, Jun 9, 2023 at 9:40 AM İsmail Arılık wrote: > This is the open source world! So if there is a problem between the > management of Rust and the community, a fork would come and be popular > soo

Re: perl6's new name?

2019-08-12 Thread Veesh Goldman
All ML really happens in C++. The only advantage that python has is that people use it. P6 is flexible enough that I'm sure you can port TensorFlow using nativeCall within a month. Perl as a whole has a terrible image problem. People think it's just awk with more punctuation variables. Literally, t

Re: perl6 for web development

2019-09-29 Thread Veesh Goldman
No, it's a web framework. On Sun, Sep 29, 2019, 14:33 星沉 wrote: > On 2019/9/29 7:23 下午, Laurent Rosenfeld wrote: > > you probably want to take a look at Cro. > > hello, > > is this the replacement to perl5's coro? > > regards. >

Re: comment: Perl6 vs batch

2019-11-23 Thread Veesh Goldman
There are other indications that Windows was designed by the devil, like the line ending format and the fact that they use UTF-16LE instead of UTF-8 in excel. Who the heck uses utf16! On Sat, Nov 23, 2019 at 10:12 AM ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > Hi All, > > I brok

Re: Quoting issue in Windows

2019-11-30 Thread Veesh Goldman
Also, you may want to use the divisibility operator %% instead of modulo. I think if $i %% 2 Is clearer to read. On Sat, Nov 30, 2019, 16:28 Timo Paulssen wrote: > > On 30/11/2019 09:05, ToddAndMargo via perl6-users wrote: > > One of the weirdest was > > > > for @Result.kv -> $I, $Line { > >

Re: Quoting issue in Windows

2019-12-03 Thread Veesh Goldman
i'm on linux and single quotes behave like they're supposed to, and only escape a single quote with a backslash. Are you sure the issue you're having isn't with the command line or something? On Tue, Dec 3, 2019 at 3:55 AM ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > On 2019-12-0

Re: where is my map typo?

2019-12-04 Thread Veesh Goldman
Just for the record, the issue is that you use double quotes on the command line, which will interpolate any $ variables, so raku only saw the interpolated value, which was nothing. On Wed, Dec 4, 2019, 12:48 William Michels via perl6-users < perl6-users@perl.org> wrote: > On Wed, Dec 4, 2019 at

Re: Fwd: Raku, docs, help [was: Re: vulgar?]

2019-12-10 Thread Veesh Goldman
Nobody said not to do it. Please make more documentation available to the public. But that doesn't mean that these docs need to change. It's reference, not guides. And also it doesn't need to be a wiki. You could do everything on GitHub, where most people already do their collaboration, with the

Re: My unicode keeper

2019-12-10 Thread Veesh Goldman
> > For use as a litter quote in a regex (Q[] does not work inside regex's) > >say so Q[A:\] ~~ / 「:\」 /; >True > literal, not litter. On Tue, Dec 10, 2019 at 11:54 PM ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > Hi All, > > My unicode keeper. It is a work in pro

Re: Fwd: Raku, docs, help [was: Re: vulgar?]

2019-12-11 Thread Veesh Goldman
I believe there's a disparity here between the needs of a sysadmin and people who program hardcore with Raku. That's what I'm seeing in the discussion here. Signatures are very important to those who write programs, because they help you arrange your code in a clean and maintainable and predictabl

Re: I need helping understanding a pointer example

2019-12-30 Thread Veesh Goldman
Method declares a method as opposed to a function. The difference is that in a method, the first argument passed to the function is bound to `self`, which represents the object the call was made on. In traditional perl style, when you call a method on an object `your.face('scrambled eggs')`, it ac

Re: My Windows Modules

2020-01-01 Thread Veesh Goldman
For the record: github is also searchable by google. Also, you could write blog posts, which are also searchable by google. I happen to read this list on my phone, and for some reason it gets super annoyed at very long posts, so I find these lengthy code postings a problem too. On Wed, Jan 1, 202

Re: My Native Call notes

2020-01-05 Thread Veesh Goldman
You can keep all of them on GitHub. It would make it easy to download and run your code samples, and to collaborate. On Mon, Jan 6, 2020, 03:26 ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > Hi All, > > My new Keeper on NativeCall and Win API calls > is getting close to ready. Un

Re: My Native Call notes

2020-01-05 Thread Veesh Goldman
This sort of thing should be in one repo, because it's one now project. And GitHub is non-intrusive, so it can't possibly annoy anyone. On Mon, Jan 6, 2020, 09:01 ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > On 2020-01-05 22:56, ToddAndMargo via perl6-users wrote: > > do they ri

Re: Once again - You say one thing and do another Re: Bug to report: cardinal called an integer

2020-01-17 Thread Veesh Goldman
I just want to point out in Todd's credit that he both admitted that he doesn't know how to use github, and that he's finally looked into making pull requests. On Fri, Jan 17, 2020 at 1:21 AM Elizabeth Mattijsen wrote: > > On 16 Jan 2020, at 21:13, ToddAndMargo via perl6-users < > perl6-users@pe

Re: definition confusion of + and +^

2020-01-18 Thread Veesh Goldman
Hi Todd, I would suggest reading https://docs.raku.org/language/optut. For a slightly more thorough read https://docs.raku.org/language/functions#Defining_operators. On Sat, Jan 18, 2020 at 10:39 PM ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > Hi All, > > Okay, I clearly do not

Re: range doc page

2020-01-28 Thread Veesh Goldman
That was one of the most illuminating things I have ever read. Thank you for taking the time to write that. On Tue, Jan 28, 2020, 16:12 Trey Ethan Harris wrote: > Oops, rereading what I sent I see I missed looping back to one detail: > > On Tue, Jan 28, 2020 at 08:54 Trey Harris wrote: > >> In

Re: stolen uint's

2020-01-28 Thread Veesh Goldman
Hi Todd, I'd just like to point out one thing. Your confusion here (and in a few related posts) is that you aren't grokking the difference between uint and UInt. Please correct me if I'm wrong. But if there needs to be an update to docs, it probably should be to a document that clarifies the diff

Re: stolen uint's

2020-01-30 Thread Veesh Goldman
Hi Todd, A couple of things. One is that Int and int are totally unrelated concepts. Captial Int is a high level concept, which has a type constraint related to it, and belongs to raku's object system. Lowercase int is a special case, it's only for the interface with C, and it represents a low leve

Re: How to read a web page?

2020-04-07 Thread Veesh Goldman
Your question is way to vague. What do you actually want to do? If you just wanna download a page, use curl or some other tool, no reason to do it from raku if there's nothing more than that. If you want more than that, then please be more specific. On Tue, Apr 7, 2020 at 12:15 PM ToddAndMargo via

Re: How to read a web page?

2020-04-07 Thread Veesh Goldman
are trying to do. Because the answer changes a lot once you want to parse the page that you download. On Tue, Apr 7, 2020 at 1:58 PM ToddAndMargo via perl6-users < perl6-users@perl.org> wrote: > On 2020-04-07 02:55, Veesh Goldman wrote: > > Your question is way to vague. What do you a