Re: Perl6 use cases

2018-11-04 Thread Patrick Spek via perl6-users
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I've been using Perl 6 in my personal projects to create an IRC bot (using IRC::Client), a number of modules, and currently trying to set up a new mail environment with a management API built with Cro. At work, I've used Perl 6 to deal with

an alternate to ^methods

2018-11-04 Thread Joseph Brenner
I pushed out the perl6 code I've been working on to github and CPAN. I sub-divided it into four parts with a dependency tree like so: Symbol::Scan | Object::Examine Augment::Util || |/ |

Re: an alternate to ^methods

2018-11-04 Thread Joseph Brenner
> I sub-divided it into four parts with a dependency tree like so: Let's try that again for those of us not living in a fixed-width world... Object::Examine -- "menu", a verbose but readable "^methods" | v method-menu -- "m", an alias to "menu" (does an augment on Any) ^ |

Libre Office Calc

2018-11-04 Thread ToddAndMargo via perl6-users
Hi Al, I have been relegated to having to learn Libre Office's macro language (some kind of basic variant). Just out of curiosity, there are Python modules for Calc, does Perl 6 have anything? Many thanks, -T

Perl6 use cases

2018-11-04 Thread N6ghost
Hi all, Been looking around trying to find, anyone who is actually using Perl6. and what they are using it for. and if they are, what are there thoughts on it? Thanks -N6Ghost