Re: Baby steps to create a dataframe structure

2020-07-21 Thread Warren Pang
I have the same feeling. Perl5 has PDL which we have been using for data analysis. While Raku seems to lack this. Regards. On Wed, Jul 22, 2020 at 7:42 AM Aureliano Guedes wrote: > Hi all, > > I'd like to learn Raku deep enough to build a data structure. I have > experience with Perl5, Python,

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 >

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: perl streaming framework

2020-07-14 Thread Warren Pang
so take a look at this > series of four Raku (Perl6) blog posts--which has been recently > updated--but stretches all the way back to 2018: > > https://0racle.info/articles/pick_and_choose_part_n > > HTH, Bill. > > W. Michels, Ph.D. > > > > > > > On Tue, Jul 14, 2020 at

Re: perl streaming framework

2020-07-14 Thread Warren Pang
Thank you all very much. I have tried to search "perl discussion" and it brings me to perl6's list page. Yes for data analysis we primarily use classic perl5, which is smart enough especially the regex matching. There are "spark streaming", "flink streaming", "storm streaming", and a lot of others

Re: perl streaming framework

2020-07-14 Thread Warren Pang
for that. Thank you. On Tue, Jul 14, 2020 at 3:39 PM Shlomi Fish wrote: > Hi Warren! > > Please reply to list. > > On Tue, 14 Jul 2020 10:34:57 +0800 > Warren Pang wrote: > > > Hi > > > > Does perl have a stream computing framework? > > I know Java

perl streaming framework

2020-07-13 Thread Warren Pang
Hi Does perl have a stream computing framework? I know Java/python have many, such as spark, flink, beam etc. But I am looking for a perl alternative, since most of our team members have been using perl for data analysis. Thank you.