Re: about binary protocol porting

2021-12-28 Thread Shlomi Fish
Hi Jon, On Wed, 29 Dec 2021 09:31:47 +0800 Jon Smart wrote: > I plan to port a binary protocol client to perl6/raku. > I have zero experience on this. Where should I get started? > > Thanks. no experience either but try https://docs.raku.org/type/IO::Socket::INET and

about binary protocol porting

2021-12-28 Thread Jon Smart
I plan to port a binary protocol client to perl6/raku. I have zero experience on this. Where should I get started? Thanks.

Re: is 'use v6' still a thing?

2021-12-28 Thread Ralph Mellor
On Tue, Dec 28, 2021 at 5:00 PM Marc Chantreux wrote: > > long time ago, there was this 'use v6' line ... Does it still make sense? I think it depends. Let's first ignore Perl. Also, let's first assume your code is not visible online. Imo *not* including a language version

Re: is 'use v6' still a thing?

2021-12-28 Thread Elizabeth Mattijsen
Personally, I don't add it anywhere anymore. Especially in files with the .raku, .rakumod and .rakutest extensions :-) > On 28 Dec 2021, at 17:59, Marc Chantreux wrote: > > hello people, > > long time ago, there was this 'use v6' line so perl should be v6 and > still run v5.* things. > > I

is 'use v6' still a thing?

2021-12-28 Thread Marc Chantreux
hello people, long time ago, there was this 'use v6' line so perl should be v6 and still run v5.* things. I just took a look to https://raku.land/github:JJ/SDL2 and seen use v6; Does it still makes sense? Regards. -- Marc Chantreux Direction du numérique de l'Université de Strasbourg