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

Perl6 -> Raku? whats the scope?

2019-10-15 Thread N6Ghost
Starting to see posts, as if the decision was made already but have not see any offical post anywhere, i can find. everything seems to flow from a thread on github somehwere anyone know anything on the rename? is it "Raku" ? -N6Ghost

Perl6 use cases

2018-11-04 Thread N6ghost
Hi all, Been looking around trying to find, anyone who is actually using Perl6. and what they are using it for. and if they are, what are there thoughts on it? Thanks -N6Ghost

Re: $? and $! equivalents

2018-10-22 Thread N6Ghost
On Fri, 14 Sep 2018 18:15:21 -0400 Brandon Allbery wrote: > Magic variables make multiple threads impossible, which is why perl 5 > is stuck with ithreads: what happens if two threads each "run" > something at around the same time? > > In Perl 6, you have a Proc object for each subprocess, and c

json file pase

2017-09-02 Thread n6ghost
701_299149.json" my %res = file.get } /end code And json::tiny does not have very much in the way of docs, and most of the examples are more targeted For webapp use cases. I want to chew threw a file and file data and export that into a new file which I can then Put in excel. Any insight or direction would be helpful. -N6Ghost

Re: Perl 6 Speed Revelation

2017-07-22 Thread N6Ghost
Perl6 is pretty new, any sort of performance data is good. On 7/22/2017 7:53 AM, Shlomi Fish wrote: Hi all! Some time ago I solved this problem - https://projecteuler.net/problem=343 - using a relatively slow pypy3 program (see https://github.com/shlomif/project-euler/blob/master/project-euler