On 4/28/19 4:26 PM, ToddAndMargo via perl6-users wrote:
On 4/20/19 8:58 PM, ToddAndMargo via perl6-users wrote:
Hi All,
One liners are fast, but my own programs are very slow to start.
I download
https://github.com/perl6/gtk-simple/blob/master/examples/05-bars.pl6
To check it out and it also
On 4/20/19 8:58 PM, ToddAndMargo via perl6-users wrote:
Hi All,
One liners are fast, but my own programs are very slow to start.
I download
https://github.com/perl6/gtk-simple/blob/master/examples/05-bars.pl6
To check it out and it also takes ten second to start.
What gives?
Many thanks,
-T
Hi All,
Could not find xxx::yyy at line zz in:
file#/home/linuxutil/p6lib
inst#/home/tony/.perl6
inst#/usr/lib64/perl6/site
inst#/usr/lib64/perl6/vendor
inst#/usr/lib64/perl6
ap#
nqp#
perl5#
If I remember correctly, there was a way to ask Perl 5 for
a list of the
On 4/28/19 12:45 AM, ToddAndMargo via perl6-users wrote:
$ perl6 --stagestats GetUpdates.pl6
Stage start : 0.000
Stage parse : ===SORRY!===
Could not find Net::SMTP at line 18 in:
$ zef install Net::SMTP
===SORRY!===
Failed to open file
/usr/lib64/perl6/site/dist/863D6AAB4F5E7259BA
Apparently
use lib 'path'
is not the correct way. And especially not in a module itself
that calls other modules.
Apparently
use lib 'path'
is not the correct way. And especially not in a module itself
that calls other modules.
I'm just about to go to bed, but you can use this link instead (i think
what was there before was just a redirect anyway):
https://webchat.freenode.net/?channels=#perl6
HTH
- Timo
On 29/04/2019 00:38, ToddAndMargo via perl6-users wrote:
> Hi All,
>
> Going to
>
> https://docs.perl6.org
Hi All,
Going to
https://docs.perl6.org/
and clicking on "Chat with us"
https://docs.perl6.org/webchat.html
gives
Page not found... yet!
None of these routes could generate a response for your GET
request for /webchat.html, maybe you need to add a new one?
Please fix!
Brad Gilbert wrote:
> For one it has the following line:
>
> use lib 'lib';
>
> That is going to slow everything down if you have anything in the
> `lib` directory.
> The more things in that directory, the slower it will get.
I've been seeing some pretty slow perl6 one-line invocations,
wher
ToddAndMargo via perl6-users wrote:
> David Christensen wrote:
>> We discussed this at our San Francisco Perl Mongers meeting today:
>
> Any Perl 5 guys there? And did they get "grouchy" with you
> for using Perl 6?
We've been doing an "Informal Perl6 Study Group" over at the Oakland
Museum caf
On 4/28/19 2:21 AM, Timo Paulssen wrote:
the strace command ended up only tracing the shell script "perl6", which
very quickly execs moar, at which point strace considers its job done.
there was barely any output at all for that reason.
fortunately we can just add -f to the strace command so t
the strace command ended up only tracing the shell script "perl6", which
very quickly execs moar, at which point strace considers its job done.
there was barely any output at all for that reason.
fortunately we can just add -f to the strace command so that it follows
processes as they are spaw
On 4/27/19 10:40 PM, David Christensen wrote:
We discussed this at our San Francisco Perl Mongers meeting today:
Any Perl 5 guys there? And did they get "grouchy" with you
for using Perl 6? Did they call Perl 6 "Java" by any chance?
Chuckle.
On 4/27/19 10:40 PM, David Christensen wrote:
I suggested that he install the official package:
https://rakudo.org/files
The Rakudo site is degraded:
"Currently, rakudo.org is being served from a back-up server that
doesn't have the download files."
I had previously downloaded instal
$ perl6 --stagestats GetUpdates.pl6
Stage start : 0.000
Stage parse : ===SORRY!===
Could not find Net::SMTP at line 18 in:
$ zef install Net::SMTP
===SORRY!===
Failed to open file
/usr/lib64/perl6/site/dist/863D6AAB4F5E7259BA381C4EBE0F88BAA358090E: No
such file or directory
On 4/28/19 12:07 AM, Timo Paulssen wrote:
I'm writing a program called moarperf, which is a local web app written in Cro
that doesn't touch the network outside of loopback. It just has to build its
JavaScript blobs once by downloading like a brazillion libraries from npm.
That should be usefu
On 4/28/19 12:01 AM, Timo Paulssen wrote:
especially if it iterates your entire home directory
Don't think so
$ rm -rf ~/.perl6/precomp
$ perl6 --stagestats GetUpdates.pl6
Stage start : 0.000
Stage parse : 13.201
Stage syntaxcheck: 0.000
Stage ast: 0.000
Stage optimi
Hi Timo,
This tell you anything?
$ perl6 --stagestats GetUpdates.pl6
Stage start : 0.000
Stage parse : 13.150
Stage syntaxcheck: 0.000
Stage ast : 0.000
Stage optimize : 0.351
Stage mast : 1.133
Stage mbc : 0.019
Stage moar : 0.000
GetUpd
I'm writing a program called moarperf, which is a local web app written in Cro
that doesn't touch the network outside of loopback. It just has to build its
JavaScript blobs once by downloading like a brazillion libraries from npm.
Also, comma complete comes with support for profiling, which also
Please give this a try:
env RAKUDO_MODULE_DEBUG=1 perl6 GetUpdates.pl6
and tell me if any of the lines it spits out takes considerable amounts
of time before the next one shows up.
Then, you can also
strace -e stat perl6 GetUpdates.pl6
to see if it's going through a whole load of fi
On 21/04/2019 05:58, ToddAndMargo via perl6-users wrote:
Hi All,
One liners are fast, but my own programs are very slow to start.
I download
https://github.com/perl6/gtk-simple/blob/master/examples/05-bars.pl6
To check it out and it also takes ten second to start. >>
What gives?
Many thanks
21 matches
Mail list logo