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.
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,
>
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 `$/` dance
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
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 p
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 for
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
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 think
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 PD
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
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(
'162,1,2,
11 matches
Mail list logo