Re: words[] question

2018-09-25 Thread Todd Chester
On 09/25/2018 11:37 PM, Todd Chester wrote: How about my `Str:D $input:` question? That chat line just told me it is an optional way of writing it. I like it!

Could this be any more obscure?

2018-09-25 Thread Todd Chester
Hi All, Over on https://docs.perl6.org/routine/words I see multi method words(Str:D $input: $limit = Inf --> Positional) HOW IN THE WORLD did they convert `$limit = Inf` into an array index!?!?! https://docs.perl6.org/type/Num#Inf And `Inf` means a number larger than Perl can handle or

Re: Installing Perl6 on shared server

2018-09-25 Thread Patrick Spek via perl6-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On Wed, 26 Sep 2018 11:20:49 +0800 Richard Hainsworth wrote: > a) Is there a rakudo package for debian Stretch I can install? (I'm > just asking, but I doubt it). https://github.com/nxadm/rakudo-pkg/releases I believe Stretch is Debian 9, so you

Re: words[] question

2018-09-25 Thread Todd Chester
El mié., 26 sept. 2018 a las 8:27, Todd Chester (>) escribió: >> El mié., 26 sept. 2018 a las 6:12, Todd Chester (mailto:toddandma...@zoho.com> >> >>) escribió: >> >> Hi

Re: words[] question

2018-09-25 Thread Todd Chester
El mié., 26 sept. 2018 a las 6:12, Todd Chester (>) escribió: Hi All, https://docs.perl6.org/routine/words is no help Not to ask too obvious a question, but why does words use a [] instead of a () ? On 09/25/2018 10:38 PM, JJ Merelo wrote:

words[] question

2018-09-25 Thread Todd Chester
Hi All, https://docs.perl6.org/routine/words is no help Not to ask too obvious a question, but why does words use a [] instead of a () ? $ ls -al Win10_1803_English_x64.dd -rwxrwxrwx. 1 todd root 7927234560 May 9 21:14 Win10_1803_English_x64.dd $ ls -al Win10_1803_English_x64.dd | p6 'my $x

Re: Installing Perl6 on shared server

2018-09-25 Thread Richard Hainsworth
Further to this question. Support staff at hosting company just informed me that for the plan I have at present, the following limits are in place: 60 seconds CPU execution time per process 195MB of RAM per process 20 simultaneous processes I'm not sure which of these is limiting the compilatio

Re: Installing Perl6 on shared server

2018-09-25 Thread Richard Hainsworth
csh => OS accepted unlimit => OS accepted unlimit -h => several messages about not releasing hard limits make => same problem as before, failure to allocate during parse stage. On 26/09/18 11:32, yary wrote: c) Any other suggestions? csh unlimit unlimit -h make -y

Re: Installing Perl6 on shared server

2018-09-25 Thread yary
c) Any other suggestions? csh unlimit unlimit -h make -y

Installing Perl6 on shared server

2018-09-25 Thread Richard Hainsworth
Hi, I'm trying to install perl6 on a commercial server. The OS is Debian Stretch. The hosting service does not allow root access, so everything must be done with user permission. I do not have access to apt. Snap package cannot be installed. My intention is also to set up CRO and develop a w