Oh, and I welcome suggestions on how I might do the task more quickly,
elegantly, differently, etc :-)
And critiques of the code also welcome. I still have a strong perl5 accent
I suspect.
On Thu, 28 Oct 2021 at 13:15, Norman Gaywood wrote:
> Executive summary:
> - comparing raku 2021.10 wi
Executive summary:
- comparing raku 2021.10 with raku 2021.9
-comparing 3 ways of parsing (although the 2 string function ways are
similar)
- raku 2021.10 is better than 2 times as fast as 2021.9 using the
string functions
- raku 2021.10 is about the same as 2021.9 using a more ge
> On 10/25/21 22:21, Ralph Mellor wrote:
> >
> > You should be aiming to end up being able to write
> > something like the following three line Raku program:
> >
> > use lib:from 'dir-where-your-new-module-is';
> > use your-new-module:from;
> > RmdirAndLoop 'junk', 1, 3;
And when that's working, a