Re: Are sigils required?

2017-05-25 Thread Gabor Szabo
thanks! Gabor "impatient" Szabo On Fri, May 26, 2017 at 9:27 AM, Brent Laabs wrote: > You didn't keep reading far enough. > >> For information on variables without sigils, see sigilless variables. >> https://docs.perl6.org/language/variables#Sigilless_variables > > On Thu, May 25, 2017 at 11:10

Re: Are sigils required?

2017-05-25 Thread Brent Laabs
You didn't keep reading far enough. > For information on variables without sigils, see sigilless variables . > https://docs.perl6.org/language/variables#Sigilless_variables On Thu, May 25, 2017 at 11:10 PM, Gabor Szabo wrote: > http

Are sigils required?

2017-05-25 Thread Gabor Szabo
https://docs.perl6.org/language/variables says: "Variable names can start with or without a special character called a sigil," But then in the examples all 3 have sigils. How can a variable have no sigil? Gabor

Re: Compiling Rakudo in parallel

2017-05-25 Thread Gabor Szabo
That just confuses me :( Do I need to type make -j 4 and hope for some concurrency? or export MAKEFLAGS="-j2 --load-average=2" make as I was pointed to off-list? Would someone update the README that comes with Rakudo Star with this information, please? regards Gabor On Fri, May 26, 201

Re: Compiling Rakudo in parallel

2017-05-25 Thread Timo Paulssen
Sadly, the majority of rakudo's and nqp's compilation is serialized (due to the dependencies between the individual pieces). If you build more than one backend at the same time, i.e. moar + jvm, you can build both in parallel. On the other hand, the biggest chunk of time is spent compiling the co

Compiling Rakudo in parallel

2017-05-25 Thread Gabor Szabo
Hi, is it possible to run any of the compilation and installation phases of Rakudo in parallel? (eg. so the "make" will use all the cores in my Linux machine) Gabor

Task::Popular was Re: Task::Star and Panda

2017-05-25 Thread Richard Hainsworth
On the IRC channel, Zoffix raised a very valid point: currently some of the "popular" modules overlap. I don't want to have any curation, or human intervention in the selection. But Zoffix is right, both JSON::Tiny and JSON::Fast are "popular" but J::Fast is a drop-in replacement for J::Tiny,

Re: Task::Star and Panda

2017-05-25 Thread Gabor Szabo
On Thu, May 25, 2017 at 11:59 AM, Richard Hainsworth wrote: > However, for someone new to the Perl6 world, there needs to be some form of > recommendation about useful "first" modules. Agree, but would go further: Someone new to Perl 6 should not need to make any decision regarding modules and

Re: Task::Star and Panda

2017-05-25 Thread Steve Mynott
On 25 May 2017 at 09:59, Richard Hainsworth wrote: > I have just suggested a Task::Popular module on the IRC channel, and > feedback so far is positive. > > I will work on it at the weekend. Hopefully have a module ready soon. > > Basically, I will use my work on the most recursively cited module

Re: Task::Star and Panda

2017-05-25 Thread Richard Hainsworth
Hi Steve, Thanks. I read perl6.vip - very interesting and useful. However, for someone new to the Perl6 world, there needs to be some form of recommendation about useful "first" modules. I have just suggested a Task::Popular module on the IRC channel, and feedback so far is positive. I wi

Re: Task::Star and Panda

2017-05-25 Thread Steve Mynott
On 25 May 2017 at 08:00, Richard Hainsworth wrote: > I have not seen a discussion on this Forum about removing Task::Star. It > seems to me to be a bad idea. The discussion is at https://github.com/tadzik/Task-Star/issues/13 > There is the distribution for Rakudo Star and it is useful to have a

Re: Possible zef addition

2017-05-25 Thread Simon Proctor
Sort of, except you really want it to be done at the end of the current request. (auto-cleanup doesn't seem to do that, setting it to 0 turns it off). When you're building a docker image you really want to make sure the end of every command only the things the NEED are in the filesystem as a snaps

Re: Possible zef addition

2017-05-25 Thread Ahmad Zawawi
Something like cpanm's work directory auto-cleanup mechanism? https://metacpan.org/pod/distribution/App-cpanminus/ lib/App/cpanminus/fatscript.pm#-auto-cleanup On Thu, May 25, 2017 at 7:20 AM, Simon Proctor wrote: > So I'm playing around with Docker files (Perl 5 ATM) and one thing I'm > gettin

Re: Task::Star and Panda

2017-05-25 Thread Richard Hainsworth
The reference is indeed gone on the Rakudo site. It seems that you removed the reference after I wrote my first post (bear in mind I am in Hong Kong, so before most of the USA) because I wrote when I discovered I was getting an error from zef. In addition, I download the projects file quite regu