Re: A grand idea on the documentation

2019-12-09 Thread Tom Blackwood
On Mon, Dec 9, 2019 at 5:34 PM ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > On 2019-12-09 00:33, JJ Merelo wrote: > > The Raku community has got a community documentation. It's called the > > official documentation, and it's done by the community. You want to > > write your own

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 >

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 looking into i

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.

Re: Perl6 vs Julia

2019-12-08 Thread Tom Blackwood
web, databases, or things > like that. > > El dom., 8 dic. 2019 a las 4:38, Tom Blackwood () > escribió: > >> 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 >> > > > -- > JJ >

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
rg/archives/ > https://mail.python.org/mailman/listinfo > > R: > https://www.r-project.org/mail.html > https://stat.ethz.ch/mailman/listinfo > https://r.789695.n4.nabble.com > > > HTH, Bill. > > > > On Fri, Dec 6, 2019 at 1:59 AM Tom Blackwood > wrote: >

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. 2019

Re: modules and constants

2019-12-06 Thread Tom Blackwood
Todd, AFAIK Perl’s culture is not to use so many constants in actual programming. :) Tom On Fri, Dec 6, 2019 at 3:47 PM ToddAndMargo via perl6-users < perl6-us...@perl.org> wrote: > Hi All, > > Its there a way, if you import a module that is also > imports a bunch of constants into your main

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