On 08/01/2018 01:15 PM, Elizabeth Mattijsen wrote:
On 1 Aug 2018, at 20:14, ToddAndMargo <toddandma...@zoho.com> wrote:
Is it just me or does Perl 6 take about three times as long to
start up as Perl 5? I do have a very fast machine and it takes
about seven see for some of my Perl 6 stuff to get past the
ruminating phase and start running.
Seven seconds? Seven? That seems *very* long indeed.
How long does it take to do:
perl6 -e ‘’
$ date; p6 ''; date
Mon Aug 6 00:51:10 PDT 2018
Mon Aug 6 00:51:10 PDT 2018
$ date; p6 'say "Why is this taking so long"'; date
Mon Aug 6 00:52:17 PDT 2018
Why is this taking so long
Mon Aug 6 00:52:17 PDT 2018
? That should be in the order of 130 msecs. If that’s the case, then you’re
probably doing a lot of grammar changes to Perl 6. But without the actual
code, this remains guessing.
What is a "gammer change" and how do I minimize them?
Any workaround for this, or is this just growing pains for Perl 6?
Not sure :-)
Liz
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Computers are like air conditioners.
They malfunction when you open windows
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~