On Tue, Apr 23, 2019 at 9:33 PM ToddAndMargo via perl6-users
mailto:perl6-us...@perl.org>> wrote:
Hi All,
I found out the hard way after upgrading Perl 6
$ perl6 -v
This is Rakudo version 2019.03 built on MoarVM version 2019.03
implementing Perl 6.d.
That 2019.03 can n
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
On 4/24/19 5:13 AM, Brad Gilbert wrote:> For one
Is this from having your own p5 and p6 modules in the same directory? Seems
like separating them into p5lib, p6lib directories is a quick solution.
If you have been pointing both zef and cpan to install in the same
directory, no easy answer comes to mind. Maybe there's a way to adjust what
rakudo
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.
You should really install the modules with `zef`. (It can download and
install the modules itself.)
Please take note that the package is using GTK::V3 and that quite a few
things are different compared to GTK::Simple. For that information
please look at https://github.com/MARTIMM/gtk-v3
Good luck (because the documentation is still in its infancy :-o)
Marcel
On 4/22/19 2:56 PM, Timo Paulssen
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