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-us...@perl.org> wrote: > On 2020-01-05 22:56, ToddAndMargo via perl6-users wrote: > > do they ri

Re: My Native Call notes

2020-01-05 Thread ToddAndMargo via perl6-users
On 2020-01-05 22:56, ToddAndMargo via perl6-users wrote: do they rise to the level of actually helping others? I am afraid I am annoying more than helping

Re: My Native Call notes

2020-01-05 Thread ToddAndMargo via perl6-users
On 2020-01-05 22:12, Veesh Goldman wrote: You can keep all of them on GitHub. It would make it easy to download and run your code samples, and to collaborate. That sounds like a good idea. Each in a separate project? Also, do they rise to the level of actually helping others?

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-us...@perl.org> wrote: > Hi All, > > My new Keeper on NativeCall and Win API calls > is getting close to ready. Un

Re: rakudo.org outdated?

2020-01-05 Thread Darren Duncan
On 2020-01-05 1:51 p.m., Patrick Spek via perl6-users wrote: On Sat, 4 Jan 2020 22:23:30 -0800 Darren Duncan wrote: Last I recall, there was no Mac installer for Rakudo Star at all, nor was there any need for one. The compiled project is simply in a zip file which the end-uaer unzips and then

Re: My Native Call notes

2020-01-05 Thread ToddAndMargo via perl6-users
Hi All, My new Keeper on NativeCall and Win API calls is getting close to ready. Unfortunately, it is up to 301 lines now. That would make for a hassle for those reading on cell phones as well a swamp the group. Where would be a good place to publish it? I specifically want to target this lis

Re: How to process command line options

2020-01-05 Thread ToddAndMargo via perl6-users
On 2020-01-05 14:32, David Santiago wrote: Hello. I'm following https://docs.raku.org/language/5to6-nutshell#Getopt::Long but i still haven't figured it out how do i use a constraint in a named parameter when processing a command line. I have this piece of code: multi sub MAIN("apt",

Re: rakudo.org outdated?

2020-01-05 Thread yary
> > Looking at the archives on rakudo.org[1], there are .dmg files, which > are packages for Mac I believe. Though, I'm not using a Mac, so please > tell me if these are just Mac specific archives to be unzipped. While "dmg" files are quite convenient for OSX users, the OS can natively open zip f

How to process command line options

2020-01-05 Thread David Santiago
Hello. I'm following https://docs.raku.org/language/5to6-nutshell#Getopt::Long but i still haven't figured it out how do i use a constraint in a named parameter when processing a command line. I have this piece of code: multi sub MAIN("apt", :$layout where $layout ~~ /^<[12345]>\

Re: rakudo.org outdated?

2020-01-05 Thread Patrick Spek via perl6-users
On Sat, 4 Jan 2020 22:23:30 -0800 Darren Duncan wrote: > Last I recall, there was no Mac installer for Rakudo Star at all, nor > was there any need for one. The compiled project is simply in a zip > file which the end-uaer unzips and then the resulting folder is ready > to use as is. Don't know