Re: fixing the documentation

2021-11-19 Thread Marc Chantreux
hello, Le Fri, Nov 19, 2021 at 07:12:13AM +0100, JJ Merelo a écrit : > Thanks a lot. well ... not sure who should thank someone here .. i meant: you spent so much more time on the raku ecosystem than i did ... thanks everyone.

Re: why not raku ?

2021-11-19 Thread Piper H
Thanks for the explanation Marc. I hope there is a chance to cheer up perl/perl6 again. Such as ML makes python become active, and Rails made ruby popular once. Regards. On Fri, Nov 19, 2021 at 5:44 PM Marc Chantreux wrote: > hello, > > > I like ruby and perl > > so do I but raku is by far my

Re: can't make from a S/// ?

2021-11-19 Thread Marc Chantreux
hello Ralph, Thank you for the whole explaination and links. > method col:sym ($_) { .make: S:g/'""'/"/ } i dug around it but missed it! arggh ... > > am I right when i feel there is a way to do this > > substitution inside the grammar > As I've shown, yes. But it draws you into the `$/`

Re: fixing the documentation

2021-11-19 Thread Piper H
I like ruby and perl, but why so few open source projects which were developed by perl6? Maybe perl6 is still not production-ready? Thanks. On Fri, Nov 19, 2021 at 2:12 PM JJ Merelo wrote: > Thanks a lot. > > Cheers > > El vie, 19 nov 2021 a las 0:08, Marc Chantreux () > escribió: > >> Hello,

why not raku ?

2021-11-19 Thread Marc Chantreux
hello, > I like ruby and perl so do I but raku is by far my prefered interpreted langage now. I don't raku that much and most of the time, i read the doc more than i actually write code but when it's writen, it's always elegant and concise the way i never seen before. > Maybe perl6 is still not

Re: why not raku ?

2021-11-19 Thread Paul Procacci
Raku is pretty amazing. I too would use it pretty regularly except it doesn't run on Freebsd properly. Many a times I started a project that would have been a great contribution yet always ran into problems and had to change back to Perl. It's definitely a good language. It's just not suited

Re: why not raku ?

2021-11-19 Thread Tom Browder
On Fri, Nov 19, 2021 at 07:48 Aureliano Guedes wrote: > I am still defending that we need a package for data > analysis/science/engineer (like the Perl5 PDL, Python Pandas or R > data.table) and an IDE for streaming programming like jupyter or rstudio. > Speaking for myself, I agree, and I

Re: why not raku ?

2021-11-19 Thread Aureliano Guedes
I am still defending that we need a package for data analysis/science/engineer (like the Perl5 PDL, Python Pandas or R data.table) and an IDE for streaming programming like jupyter or rstudio. I'm not proficient in Raku, but I may help to dev it. We might take advantage of some C++ packages such

Re: why not raku ?

2021-11-19 Thread Piper H
I know Numpy well, i can help provide some suggestions. I even use Rumale for ML. On Friday, November 19, 2021, Tom Browder wrote: > On Fri, Nov 19, 2021 at 07:48 Aureliano Guedes > wrote: > >> I am still defending that we need a package for data >> analysis/science/engineer (like the Perl5

The SF Perl Raku Study Group, 11/21 at 1pm PDT

2021-11-19 Thread Joseph Brenner
Ibsen, "Peer Gynt" (1867): "'Go round about', said the Boyg. So I must." The Raku Study Group November 21, 2021 1pm in California, 9pm in the UK Zoom meeting link: https://us02web.zoom.us/j/86710457729?pwd=NDRDd0V2ek9DZ1RKLzlPRUtWek1aQT09 Passcode: 4RakuRoll RSVPs are useful, though not

Re: can't make from a S/// ?

2021-11-19 Thread William Michels via perl6-users
Hi Marc, The following line seems to work just fine, with-or-without the call to .Str at the end: method col:sym ($/) { make $/.subst(/'""'/, '"', :global).Str } #Gives the 12 element result below (in the context of your entire, previously-posted Grammar): .raku.say for CSV.parse(