Re: hope we have the distributed computing perl6

2021-11-29 Thread yonghua via perl6-users
Y‌es it is exactly. thanks for updating this.   De : "William Michels via perl6-users" A : "rakoons" ,"Piper H" ,yong...@laposte.net Envoyé: mardi 30 Novembre 2021 09:51 Objet : Re: hope we have the distributed computing perl6   Hello Yonghua! I tried the link yo

Re: hope we have the distributed computing perl6

2021-11-29 Thread William Michels via perl6-users
t; > A : "William Michels" ,"rakoons" > Envoyé: mardi 30 Novembre 2021 09:13 > Objet : Re: hope we have the distributed computing perl6 > > > > On Tue, Nov 30, 2021 at 1:38 AM William Michels > wrote: > >> Hi Piper, >> >> RE: >>

Re: hope we have the distributed computing perl6

2021-11-29 Thread yonghua via perl6-users
bre 2021 09:13 Objet : Re: hope we have the distributed computing perl6       On Tue, Nov 30, 2021 at 1:38 AM William Michels wrote: Hi Piper, RE: I have copied some active members of the Perl community on this email, in the hopes that they can help transfer the "perl-spark" Github pro

Re: hope we have the distributed computing perl6

2021-11-29 Thread Piper H
On Tue, Nov 30, 2021 at 1:38 AM William Michels wrote: > Hi Piper, > > RE: > > > I have copied some active members of the Perl community on this email, > in the hopes that they can help transfer the "perl-spark" Github > project. > > Best Regards, Bill. > > Thank you Bill. If there is a perl ba

Re: hope we have the distributed computing perl6

2021-11-29 Thread William Michels via perl6-users
/Raku/problem-solving/issues/81#issuecomment-528756303), and he wanted Raku (née Perl6) to have a fresh start. While I see efforts are underway to have Kent's CPAN distributions adopted, I don't know of a similar process on Github. While each of the 13 repositories under the "perl-sp

Re: hope we have the distributed computing perl6

2021-11-29 Thread Piper H
. >> >> for instance, this common statistics on Spark: >> >> >>> fruit.take(5) >> [('peach', 1), ('apricot', 2), ('apple', 3), ('haw', 1), ('persimmon', 9)] >> >>> >> >>> >&g

Re: hope we have the distributed computing perl6

2021-11-28 Thread Simon Proctor
', 1), ('persimmon', 9)] > >>> > >>> > >>> fruit.filter(lambda x:x[0] == 'apple').reduceByKey(lambda > x,y:x+y).collect() > [('apple', 86)] > > Which is easily implemented by perl's grep and map functions. >

Re: hope we have the distributed computing perl6

2021-11-28 Thread Piper H
gt;>> fruit.take(5) [('peach', 1), ('apricot', 2), ('apple', 3), ('haw', 1), ('persimmon', 9)] >>> >>> >>> fruit.filter(lambda x:x[0] == 'apple').reduceByKey(lambda x,y:x+y).collect() [('apple', 8

Re: hope we have the distributed computing perl6

2021-11-28 Thread William Michels via perl6-users
mputing powers. > Yes I know perl5 is somewhat old, but in perl6 why won't we make that a > distributed computing framework like Spark? Then it will help a lot to the > data programmer who already knows perl. > I expect a lot from this project. > > Thanks. > Piper

hope we have the distributed computing perl6

2021-11-27 Thread Piper H
e not flexible, but their computing capability is amazing, due to the whole cluster contributing the computing powers. Yes I know perl5 is somewhat old, but in perl6 why won't we make that a distributed computing framework like Spark? Then it will help a lot to the data programmer who already

Re: can u suggest a beginner book for perl6?

2021-10-01 Thread Andy Bach
Check out the following GitHub repo - it has a Perl6 and a Raku section, along with pretty much every other language! https://github.com/EbookFoundation/free-programming-books/blob/master/books/free-programming-books-langs.md#perl [https://opengraph.githubassets.com

Re: can u suggest a beginner book for perl6?

2021-09-30 Thread JJ Merelo
wrote: > > > > I have some ruby programming experience, and some JS. > > can you suggest a book for newbie of perl6? > > > > Thanks > > -- JJ

Re: can u suggest a beginner book for perl6?

2021-09-29 Thread Elizabeth Mattijsen
Perhaps Think Raku: https://greenteapress.com/wp/think-perl-6/ ? > On 29 Sep 2021, at 14:18, Walt CH wrote: > > I have some ruby programming experience, and some JS. > can you suggest a book for newbie of perl6? > > Thanks

can u suggest a beginner book for perl6?

2021-09-29 Thread Walt CH
I have some ruby programming experience, and some JS. can you suggest a book for newbie of perl6? Thanks

perl6-us...@perl.org, sanfrancisco...@pm.org

2020-08-28 Thread Joseph Brenner
Deep into that darkness peering, long I stood there, wondering, fearing, doubting, dreaming dreams of the Raku Study Group. https://us02web.zoom.us/j/88495193366?pwd=TXpMSlVqaVVGMm52SWlvSmRrZXFBUT09 Password: 4RakuRoll Note: we're still using that earlier start time: 1pm in California. This make

Re: recent perl6 book

2020-07-21 Thread Warren Pang
t; > El mar., 21 jul. 2020 a las 4:02, Warren Pang () > escribió: > >> Greetings, >> >> Would you suggest a recent release of perl6 book? >> I took a look here: >> https://perl6book.com/ >> >> They seem out of date, most were published before 2018. >> >> Thank you. >> > > > -- > JJ >

Re: recent perl6 book

2020-07-21 Thread JJ Merelo
you suggest a recent release of perl6 book? > I took a look here: > https://perl6book.com/ > > They seem out of date, most were published before 2018. > > Thank you. > -- JJ

Re: recent perl6 book

2020-07-21 Thread JJ Merelo
t; And we'll have to try and find a way to update that file... > > El mar., 21 jul. 2020 a las 4:02, Warren Pang () > escribió: > >> Greetings, >> >> Would you suggest a recent release of perl6 book? >> I took a look here: >> https://perl6book.c

recent perl6 book

2020-07-20 Thread Warren Pang
Greetings, Would you suggest a recent release of perl6 book? I took a look here: https://perl6book.com/ They seem out of date, most were published before 2018. Thank you.

Re: perl6 with Rakudobrew

2020-06-13 Thread Vadim Belman
I don't. > > If you look at the error message from the Rakudobrew script, it says 'perl6 > is not available'. But a few lines previously, there is the line: > > `Rakudo has been built and installed.` > > And I understand that to mean that perl6 would be avai

Re: perl6 with Rakudobrew

2020-06-13 Thread Richard Hainsworth
27;t. If you look at the error message from the Rakudobrew script, it says 'perl6 is not available'. But a few lines previously, there is the line: `Rakudo has been built and installed.` And I understand that to mean that perl6 would be available. Note that 'perl6' is not

Re: perl6 with Rakudobrew

2020-06-13 Thread Vadim Belman
lib" t/ >>> - zef --debug install . >>> >>> shallow_clone: true >>> [ response from appveyor fail - last lines] >>> ... >>> Generating code >>> Finished generating code >>> Microsoft (R) Program Maintenance Utility Version 14.16.270

Re: perl6 with Rakudobrew

2020-06-13 Thread Richard Hainsworth
executable alias +++ Rakudo installed succesfully! Rakudo has been built and installed. Updating shims Done, moar-2020.05.1 built rakudobrew build zef Cloning into 'zef'... Your branch is up to date with 'origin/master'. rakudobrew: perl6: command not found Command exited with

Re: perl6 with Rakudobrew

2020-06-12 Thread Vadim Belman
led 13 core modules in 24.63815875 seconds! > +++ MOAR BACKEND INSTALLED > +++ Installing MOAR launchers > +++ Creating Raku executable alias > +++ Rakudo installed succesfully! > Rakudo has been built and installed. > Updating shims > Done, moar-2020.05.1 built > rakudobrew

Re: perl6 with Rakudobrew

2020-06-12 Thread Richard Hainsworth
in 24.63815875 seconds! +++ MOAR BACKEND INSTALLED +++ Installing MOAR launchers +++ Creating Raku executable alias +++ Rakudo installed succesfully! Rakudo has been built and installed. Updating shims Done, moar-2020.05.1 built rakudobrew build zef Cloning into 'zef'... Your branch is up

Re: perl6 with Rakudobrew

2020-06-12 Thread Vadim Belman
I'm still using rakudobrew for myself, it is not a problem. Besides, we still install perl6. What I'd look for is if correct PATH is setup; and check if rakudobrew is been used properly. Note that different modes (env or shim) would need different handling. To my understan

Re: perl6 with Rakudobrew

2020-06-12 Thread Elizabeth Mattijsen
o maybe my script is wrong. But I wonder whether > its because of a name change to raku without a backward alias to perl6. > > > > Rakudo has been built and installed. > > Updating shims > Done, moar-2020.05.1 built > rakudobrew build zef > Cloning into '

perl6 with Rakudobrew

2020-06-12 Thread Richard Hainsworth
I ran into this error using Rakudobrew on appveyor (see after ) I'm new at using appveyor, so maybe my script is wrong. But I wonder whether its because of a name change to raku without a backward alias to perl6. Rakudo has been built and installed. Updating shims Done, moar-2020

Re: perl6 vs ruby

2020-03-05 Thread Brad Gilbert
, most resources have been renamed, but some still need to be >> done. This mailing list being one of them. Unfortunately, it is part of >> the crumbling Perl infrastructure, so it's unclear what would be the best >> course forward on this. >> >> > On 5 Mar 2

Re: perl6 vs ruby

2020-03-05 Thread Aureliano Guedes
est > course forward on this. > > > On 5 Mar 2020, at 10:09, Wyatt Chun wrote: > > > > Hi > > > > Is perl6 totall renamed to raku? > > > > regards > > > > On Wed, Mar 4, 2020 at 4:15 AM Fields, Christopher J < > cjfie...@illinois.ed

Re: perl6 vs ruby

2020-03-05 Thread Elizabeth Mattijsen
clear what would be the best course forward on this. > On 5 Mar 2020, at 10:09, Wyatt Chun wrote: > > Hi > > Is perl6 totall renamed to raku? > > regards > > On Wed, Mar 4, 2020 at 4:15 AM Fields, Christopher J > wrote: > A few people had started a port of som

Re: perl6 vs ruby

2020-03-05 Thread Wyatt Chun
Hi Is perl6 totall renamed to raku? regards On Wed, Mar 4, 2020 at 4:15 AM Fields, Christopher J wrote: > A few people had started a port of some BioPerl code to Perl6 a while ago; > I tested this recently and it still passed tests. > > https://github.com/cjfields/bioperl6 >

Re: perl6 vs ruby

2020-03-03 Thread Fields, Christopher J
A few people had started a port of some BioPerl code to Perl6 a while ago; I tested this recently and it still passed tests. https://github.com/cjfields/bioperl6 It should be renamed to bioraku! Chris Sent from my iPhone On Mar 3, 2020, at 11:41 AM, Parrot Raiser <1parr...@gmail.com>

Re: perl6 vs ruby

2020-03-03 Thread Parrot Raiser
> we use ruby for Biological data analysis. I wish perl6 should have got that > capability. Would you like to give us a sample problem,, to see if someone can show a potential solution?

Re: perl6 vs ruby

2020-03-01 Thread Kristopher
. Thanks for the guide. I am PhD in Bioinformatics, most time we use ruby for Biological data analysis. I wish perl6 should have got that capability. Regards.

Re: perl6 vs ruby

2020-03-01 Thread Kristopher
on 2020/2/29 17:16, Shlomi Fish wrote: do you meanhttps://en.wikipedia.org/wiki/Bioinformatics ? Yes, that's right. thank you.

Re: perl6 vs ruby

2020-03-01 Thread Parrot Raiser
Since Ruby was designed to fix what Matz considered mis-features of Perl 5, and the motivation for Rakudo was much the same, it's hardly surprising they're similar. One feature of any Open Source product to consider when investing any effort in it is the supporting community. Though Ruby was consi

Re: perl6 vs ruby

2020-02-29 Thread Shlomi Fish
Hi Kristopher, welcome aboard. On Sat, 29 Feb 2020 15:14:15 +0800 Kristopher wrote: > Hello, > > This is Kristopher from Japan. > We have ruby language, which I have been using on work for years. > Now I take a rough watch on perl6 language. > Can you tell me what are t

Re: perl6 vs ruby

2020-02-29 Thread Elizabeth Mattijsen
https://docs.raku.org/language/rb-nutshell > On 29 Feb 2020, at 08:14, Kristopher wrote: > > Hello, > > This is Kristopher from Japan. > We have ruby language, which I have been using on work for years. > Now I take a rough watch on perl6 language. > Can you t

perl6 vs ruby

2020-02-28 Thread Kristopher
Hello, This is Kristopher from Japan. We have ruby language, which I have been using on work for years. Now I take a rough watch on perl6 language. Can you tell me what are the main difference between perl6 and ruby? Is perl6 good at BIO? Thank you.

Re: perl6 with XS

2020-02-03 Thread ToddAndMargo via perl6-users
., wes park wrote: > > HI > > > > In perl5 we can use the underline C library for example JSON C > with XS interface. > > In perl6 how can we implement it? > > > > Thanks > > Wes > > > > -- > Aureliano

Re: perl6 with XS

2020-02-03 Thread Wyatt Chun
Can perl6 manage C Pointer directly? that would be amazing really. regards. On Mon, Feb 3, 2020 at 7:35 PM Aureliano Guedes wrote: > Also, this is amazing: > https://docs.raku.org/language/nativecall#sub_nativecast > > > > On Mon, Feb 3, 2020 at 8:32 AM Aureliano Guedes

Re: perl6 with XS

2020-02-03 Thread Aureliano Guedes
p.m., wes park wrote: >> > HI >> > >> > In perl5 we can use the underline C library for example JSON C with XS >> interface. >> > In perl6 how can we implement it? >> > >> > Thanks >> > Wes >> > > > -- > Aureli

Re: perl6 with XS

2020-02-03 Thread Aureliano Guedes
nguage/nativecall > which is what you use instead. -- Darren Duncan > > On 2020-02-02 6:36 p.m., wes park wrote: > > HI > > > > In perl5 we can use the underline C library for example JSON C with XS > interface. > > In perl6 how can we implement it? > > &

Re: perl6 with XS

2020-02-02 Thread Darren Duncan
Raku has the Native Call interface https://docs.raku.org/language/nativecall which is what you use instead. -- Darren Duncan On 2020-02-02 6:36 p.m., wes park wrote: HI In perl5 we can use the underline C library for example JSON C with XS interface. In perl6 how can we implement it? Thanks

perl6 with XS

2020-02-02 Thread wes park
HI In perl5 we can use the underline C library for example JSON C with XS interface. In perl6 how can we implement it? Thanks Wes

Re: Using raku/perl6 as unix "cat"....

2020-01-21 Thread Todd Chester via perl6-users
On 2020-01-21 11:08, William Michels via perl6-users wrote: Good answers, all. Thanks to everyone for contributing. For anyone who wants a golfed "cat" replacement, command line arguments can give you shorter code: Hi William, I don't know if I contributed anything at all, b

Re: Using raku/perl6 as unix "cat"....

2020-01-21 Thread Andy Bach
($val = pop(@ary)); From: William Michels via perl6-users Sent: Tuesday, January 21, 2020 1:08 PM To: Trey Harris ; perl6-users Cc: Andrew Shitov ; Curt Tilmes ; Joseph Brenner ; ToddAndMargo ; yary ; Elizabeth Mattijsen ; ngayw...@une.edu.au Subject: Re: Using r

Re: Using raku/perl6 as unix "cat"....

2020-01-21 Thread William Michels via perl6-users
Good answers, all. Thanks to everyone for contributing. For anyone who wants a golfed "cat" replacement, command line arguments can give you shorter code: mydir$ perl6 -e '.say for lines' ab_cd.txt a b c d mydir$ perl6 -ne '.say' ab_cd.txt a b c d mydir$ # be

Re: Using raku/perl6 as unix "cat"....

2020-01-20 Thread Elizabeth Mattijsen
> On 21 Jan 2020, at 01:01, Norman Gaywood wrote: > On Tue, 21 Jan 2020 at 03:12, Brad Gilbert wrote: > .say for lines > > Since .say calls gist(), would it be not be better/safer to call .put instead? > >.put for lines Since lines only produces Str objects, and both Str.Str and Str.g

Re: Using raku/perl6 as unix "cat"....

2020-01-20 Thread Trey Harris
On Mon, Jan 20, 2020 at 19:03 Trey Harris wrote: > On Mon, Jan 20, 2020 at 02:59 William Michels via perl6-users < > perl6-us...@perl.org> wrote: > >> Hi Yary (and Todd), >> >> Thank you both for your responses. Yary, the problem seems to be with >> &qu

Re: Using raku/perl6 as unix "cat"....

2020-01-20 Thread Trey Harris
On Mon, Jan 20, 2020 at 19:01 Norman Gaywood wrote: > > On Tue, 21 Jan 2020 at 03:12, Brad Gilbert wrote: > >> .say for lines >> > > Since .say calls gist(), would it be not be better/safer to call .put > instead? > >.put for lines > If being set directly from `lines`, I can’t see when

Re: Using raku/perl6 as unix "cat"....

2020-01-20 Thread Trey Harris
On Mon, Jan 20, 2020 at 02:59 William Michels via perl6-users < perl6-us...@perl.org> wrote: > Hi Yary (and Todd), > > Thank you both for your responses. Yary, the problem seems to be with > "get". I can change 'while' to 'for' below, but using 

Re: Using raku/perl6 as unix "cat"....

2020-01-20 Thread Norman Gaywood
On Tue, 21 Jan 2020 at 03:12, Brad Gilbert wrote: > .say for lines > Since .say calls gist(), would it be not be better/safer to call .put instead? .put for lines -- Norman Gaywood, Computer Systems Officer School of Science and Technology University of New England Armidale NSW 2351, A

Re: Using raku/perl6 as unix "cat"....

2020-01-20 Thread Brad Gilbert
.say for lines On Mon, Jan 20, 2020 at 1:59 AM William Michels via perl6-users < perl6-us...@perl.org> wrote: > Hi Yary (and Todd), > > Thank you both for your responses. Yary, the problem seems to be with > "get". I can change 'while' to 'for&#x

Re: Using raku/perl6 as unix "cat"....

2020-01-20 Thread William Michels via perl6-users
Hi Yary (and Todd), Thank you both for your responses. Yary, the problem seems to be with "get". I can change 'while' to 'for' below, but using 'get' raku/perl6 actually returns fewer lines with "for" than it did with "while": [1]myd

Re: Using raku/perl6 as unix "cat"....

2020-01-18 Thread ToddAndMargo via perl6-users
On 2020-01-18 17:54, yary wrote: "while" is the wrong looping construct for going over file lines, and that's across a great many computer languages. It will stop when it encounters a false line- typically an empty line or '0' Try "for" -y Hi William, I don't know if this will help you, b

Re: Using raku/perl6 as unix "cat"....

2020-01-18 Thread yary
wrote: > Hello All, > > I've been reviewing literature that discusses using raku/perl6 as a > replacement for common unix utilities. One important unix utility is > "cat". I looked at docs/blogs and found a recommendation to use "$*IN" > along with "

Using raku/perl6 as unix "cat"....

2020-01-18 Thread William Michels via perl6-users
Hello All, I've been reviewing literature that discusses using raku/perl6 as a replacement for common unix utilities. One important unix utility is "cat". I looked at docs/blogs and found a recommendation to use "$*IN" along with "slurp" (references at bo

Raku (perl6) Module Maintenance

2020-01-16 Thread Rod Taylor
Hi Andrew, There are a few modules that I use which have deprecation notices or failing tests. I would, should you not have the time, be willing to assist with maintenance of them if you are able to provide commit access. My Github username is "rbt

Re: Perl6 vs Julia

2019-12-09 Thread Andrew Kirkpatrick
I think the motivation for Julia was that nothing delivered both the performance and flexibility they wanted for numeric programming. C/C++ are too static and dangerous, Matlab proprietary, (not sure what they don't like about Octave), Java too verbose and lacking in numeric primitives, Common Lisp

Re: Perl6 vs Julia

2019-12-09 Thread Parrot Raiser
I agree with you. Improving an existing one is different, even if fixing the original does give turn out to produce what is effectively a new one. Addressing a completely new class of problem would also be different, but that would be moving up the stack.

Re: looking for good project to learn perl6

2019-12-08 Thread Tom Blackwood
I meant Perl’s native frameworks for ML/DL. Python’s numpy is very useful, before developing any ML framework, we should have Perl’s numpy. So we are looking at PDL. Thanks. On Mon, Dec 9, 2019 at 2:59 AM Fernando Santagata wrote: > On Sun, Dec 8, 2019 at 7:38 PM Tom Blackwood > wrote: > >> To

Re: Perl6 vs Julia

2019-12-08 Thread Brad Gilbert
>> The belief that Yet Another Programming Language is the answer to the >> world's problems is a persistent, but (IMNSHO) a naive one. Some people might think that applies to Raku. Not me, but some people. On Sun, Dec 8, 2019 at 2:09 PM Parrot Raiser <1parr...@gmail.com> wrote: > Who initiated

Re: Perl6 vs Julia

2019-12-08 Thread Parrot Raiser
Who initiated the project, and why? What deficiencies in existing languages are they trying to address? The belief that Yet Another Programming Language is the answer to the world's problems is a persistent, but (IMNSHO) a naive one. On 12/8/19, Andrew Shitov wrote: > Let’s not hide the fact tha

Re: Perl6 vs Julia

2019-12-08 Thread Andrew Shitov
Let’s not hide the fact that Julia development raised 4.6 million dollars and the language is production-ready. On Sun, 8 Dec 2019 at 12:46, JJ Merelo wrote: > It might have been, but syntax is more Python-like to the point that in > some cases it's exactly the same. It's got a very extensive ma

Re: Perl6 vs Julia

2019-12-08 Thread Fernando Santagata
#x27;m writing this just to avoid duplicating an effort. >> >> On Sun, Dec 8, 2019 at 12:18 PM Tom Blackwood >> wrote: >> >>> Thanks JJ. >>> We know Perl has PDL for data science, >>> http://pdl.perl.org/ >>> >>> We are looki

Re: looking for good project to learn perl6

2019-12-08 Thread Fernando Santagata
On Sun, Dec 8, 2019 at 7:38 PM Tom Blackwood wrote: > Tom > > We know pretty well tensorflow and spark ML. > Spark ML is primarily for machine learning, it lacks the ability of > deep learning such as deep CNN, GAN, GCN etc. In deep learning Industry > tensorflow and pytorch are widely used. I th

Re: Perl6 vs Julia

2019-12-08 Thread Tom Blackwood
> Scientific Library (libgsl). > I'm writing this just to avoid duplicating an effort. > > On Sun, Dec 8, 2019 at 12:18 PM Tom Blackwood > wrote: > >> Thanks JJ. >> We know Perl has PDL for data science, >> http://pdl.perl.org/ >> >> We are look

Re: looking for good project to learn perl6

2019-12-08 Thread Tom Blackwood
Tom We know pretty well tensorflow and spark ML. Spark ML is primarily for machine learning, it lacks the ability of deep learning such as deep CNN, GAN, GCN etc. In deep learning Industry tensorflow and pytorch are widely used. I think Perl world should have our own framework for ML/ DL. Regards

Re: looking for good project to learn perl6

2019-12-08 Thread JJ Merelo
Spark is a platform for stream processing, mainly. Tensorflow is a framework for machine learning. It's now open source, although Google calls the shots. I don't think they're pulling the plug here. It's open source, you can always fork. El dom., 8 dic. 2019 a las 18:52, Tom Browder () escribió:

Re: looking for good project to learn perl6

2019-12-08 Thread Tom Browder
On Sun, Dec 8, 2019 at 10:38 AM Fernando Santagata wrote: > > Hello, > I started writing a raw interface to Tensorflow, but I stopped for various > reasons [¹]. If anyone wants to work on it I can help and/or share what I've > produced so far. > > [¹] three main reasons: ... Fernando, I'm on bo

Re: looking for good project to learn perl6

2019-12-08 Thread Fernando Santagata
t; Regards > Tom > > > On Sun, Dec 8, 2019 at 3:30 AM William Michels > wrote: > >> Hi Tom, >> >> My vote would be for someone to take on the task of writing >> "mailing-list" software in Raku/Perl6, and/or writing >> "mailing-list-archi

Re: Perl6 vs Julia

2019-12-08 Thread Fernando Santagata
t; Thanks JJ. > We know Perl has PDL for data science, > http://pdl.perl.org/ > > We are looking into it and see if it's possible to make a Perl6 version of > Scikit-learn based on PDL. > > regards. > Tom > > On Sun, Dec 8, 2019 at 6:40 PM JJ Merelo wrote: &g

Re: looking for good project to learn perl6

2019-12-08 Thread Peter Scott
iam Michels wrote: >> Hi Tom, >> >> My vote would be for someone to take on the task of writing >> "mailing-list" software in Raku/Perl6, and/or writing >> "mailing-list-archiving" software (e.g. an NNTP server) in Raku/Perl6. >> First of

Re: Perl6 vs Julia

2019-12-08 Thread JJ Merelo
El dom., 8 dic. 2019 a las 12:10, Tom Blackwood () escribió: > Thanks JJ. > We know Perl has PDL for data science, > http://pdl.perl.org/ > > We are looking into it and see if it's possible to make a Perl6 version of > Scikit-learn based on PDL. > That would be really great. JJ

Re: Perl6 vs Julia

2019-12-08 Thread Tom Blackwood
Thanks JJ. We know Perl has PDL for data science, http://pdl.perl.org/ We are looking into it and see if it's possible to make a Perl6 version of Scikit-learn based on PDL. regards. Tom On Sun, Dec 8, 2019 at 6:40 PM JJ Merelo wrote: > It might have been, but syntax is more Python

Re: Perl6 vs Julia

2019-12-08 Thread JJ Merelo
It might have been, but syntax is more Python-like to the point that in some cases it's exactly the same. It's got a very extensive macro systems, which enables it to work concurrently, for instance. It's more scientific-computing oriented, which means that there are all sort of mathematical module

Re: looking for good project to learn perl6

2019-12-08 Thread JJ Merelo
I will take a took at the references you > provided. > > Regards > Tom > > > On Sun, Dec 8, 2019 at 3:30 AM William Michels > wrote: > >> Hi Tom, >> >> My vote would be for someone to take on the task of writing >> "mailing-list" softw

Perl6 vs Julia

2019-12-07 Thread Tom Blackwood
Hello How do you think of Julia language? https://en.wikipedia.org/wiki/Julia_(programming_language) It says it is also influenced by perl language. Regards

Re: looking for good project to learn perl6

2019-12-07 Thread Tom Blackwood
Michels wrote: > Hi Tom, > > My vote would be for someone to take on the task of writing > "mailing-list" software in Raku/Perl6, and/or writing > "mailing-list-archiving" software (e.g. an NNTP server) in Raku/Perl6. > First of all, for your group t

Re: looking for good project to learn perl6

2019-12-07 Thread William Michels via perl6-users
Hi Tom, My vote would be for someone to take on the task of writing "mailing-list" software in Raku/Perl6, and/or writing "mailing-list-archiving" software (e.g. an NNTP server) in Raku/Perl6. First of all, for your group this would be a relatively-high profile project, wi

Re: looking for good project to learn perl6

2019-12-06 Thread Tom Blackwood
Thanks, I'll check it out! On Fri, Dec 6, 2019 at 5:50 PM JJ Merelo wrote: > Try something in the most wanted repo: > https://github.com/perl6/perl6-most-wanted/blob/master/most-wanted/modules.md > That way you will learn _and_ help the community. > > El vie., 6 dic.

Re: looking for good project to learn perl6

2019-12-06 Thread JJ Merelo
Try something in the most wanted repo: https://github.com/perl6/perl6-most-wanted/blob/master/most-wanted/modules.md That way you will learn _and_ help the community. El vie., 6 dic. 2019 a las 8:11, Tom Blackwood () escribió: > Hello > > My team most time developed with ruby language

Re: looking for good project to learn perl6

2019-12-05 Thread ToddAndMargo via perl6-users
On 2019-12-05 23:07, Tom Blackwood wrote: Hello My team most time developed with ruby language. These recent days we took  time reading the book Learning Perl 6. Then we consider to take an actual project to learn more deeply. What project do you suggest for us to get involve into? Regards, Tom

looking for good project to learn perl6

2019-12-05 Thread Tom Blackwood
Hello My team most time developed with ruby language. These recent days we took time reading the book Learning Perl 6. Then we consider to take an actual project to learn more deeply. What project do you suggest for us to get involve into? Regards, Tom

Tip: Windows Perl6 zef required git

2019-11-29 Thread ToddAndMargo via perl6-users
Hi All, Windows 7, sp1, x64 rakudo-star-2019.03-x86_64 (JIT).msi If you are wondering why zef is not working with Perl6 in Windows, it is because zef requires git and the package left it out. I reported it over at zef requires git https://github.com/rakudo/rakudo/issues/ You can download

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-us...@perl.org> wrote: > Hi A

comment: Perl6 vs batch

2019-11-23 Thread ToddAndMargo via perl6-users
Hi All, I broke down and installed Perl6 on my two Windows Virtual Machine: w7 and w-Nein (w10). OH HOLY MOLLY it is easier to program in Perl6 than batch!!! I think batch may have been designed by the devil himself! Okay, maybe not, but I feel stupid I did not do it years ago! -T

[perl6/specs] 6390a5: Move the design documents into the Raku era

2019-11-16 Thread Elizabeth Mattijsen
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 6390a500201b5c26512940b0920cd6e9e5111abf https://github.com/perl6/specs/commit/6390a500201b5c26512940b0920cd6e9e5111abf Author: Elizabeth Mattijsen Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths

[perl6/specs] 3d62b9: Move the design documents into the Raku era

2019-11-16 Thread Elizabeth Mattijsen
Branch: refs/heads/design-into-raku Home: https://github.com/perl6/specs Commit: 3d62b9ea86f586612d5df9ea9460a12239b6ccf2 https://github.com/perl6/specs/commit/3d62b9ea86f586612d5df9ea9460a12239b6ccf2 Author: Elizabeth Mattijsen Date: 2019-11-16 (Sat, 16 Nov 2019) Changed

[perl6/specs] 180b53: Revert "Move the design documents into the Raku era"

2019-11-16 Thread Elizabeth Mattijsen
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: 180b534bd6f012e7576384326f2e915162c496be https://github.com/perl6/specs/commit/180b534bd6f012e7576384326f2e915162c496be Author: Elizabeth Mattijsen Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths

[perl6/specs] c5aa24: Remove obsolete file

2019-11-16 Thread Elizabeth Mattijsen
Branch: refs/heads/master Home: https://github.com/perl6/specs Commit: c5aa24071599a46240ba09cd9c91a37749799d7e https://github.com/perl6/specs/commit/c5aa24071599a46240ba09cd9c91a37749799d7e Author: Elizabeth Mattijsen Date: 2019-11-16 (Sat, 16 Nov 2019) Changed paths

Re: Perl6 -> Raku? whats the scope?

2019-10-16 Thread Darren Duncan
While that is useful, and could be something I settle for, its not really the same thing at all. Any other domain could be setup to redirect to perl6.org, and I haven't seen any official word that raku.org is the official replacement, though it would be nice to be. When perl6.org redi

Re: Perl6 -> Raku? whats the scope?

2019-10-16 Thread Joseph Brenner
Last I looked, raku.org redirects to perl6.org already. On 10/15/19, Darren Duncan wrote: > One of the earliest steps that I hope gets implemented as soon as possible > is > that the previous official web domain for Perl 6 which is *.perl6.org gets > an > official replacement suc

Re: Perl6 -> Raku? whats the scope?

2019-10-16 Thread Kaare Rasmussen
Den 15-10-2019 kl. 17:49 skrev Andrew Shitov: To my opinion, should be done before this year's Christmas. At least everything that can be done by the "Perl 6 team" But after lunch. /kaare

Re: Perl6 -> Raku? whats the scope?

2019-10-15 Thread Darren Duncan
One of the earliest steps that I hope gets implemented as soon as possible is that the previous official web domain for Perl 6 which is *.perl6.org gets an official replacement such as *.raku.org which has identical structure and content but for the domain, and any visits to the former 301

Re: Perl6 -> Raku? whats the scope?

2019-10-15 Thread N6Ghost
> at this point, since we dont really have some sort of offical announcement, word is coming out via posts. the quicker we can get an offical coomunications going out that would be better. -N6Ghost > > Hi, > > > > Here's what Larry Wall said: > > &g

Re: Perl6 -> Raku? whats the scope?

2019-10-15 Thread N6Ghost
On Tue, Oct 15, 2019 at 05:47:15PM +0200, Andrew Shitov wrote: well, I guess "raku" it is, i think this may be a good thing. and we can push Raku forward in a cean way. -N6Ghost > Hi, > > Here's what Larry Wall said: > https://github.com/perl6/pro

Re: Perl6 -> Raku? whats the scope?

2019-10-15 Thread Joseph Brenner
re's no such thing as a Raku blog, so I am not sure where the official > renaming should go. Closest thing is Liz's Raku weekly, I guess... > > El mar., 15 oct. 2019 a las 17:47, Andrew Shitov () > escribió: > >> Hi, >> >> Here's what La

  1   2   3   4   5   6   7   8   9   10   >