Re: command auto-completion in perl6 shell

2017-05-30 Thread Rob Hoelz
It's pretty modular already; only a little more work would be needed to have it loaded as an external module. On Tue, 30 May 2017 12:34:08 -0400 Parrot Raiser <1parr...@gmail.com> wrote: > The REPL's almost an independent project. > > Can it be made modular, to reduce the coupling between it

Re: command auto-completion in perl6 shell

2017-05-30 Thread Rob Hoelz
, manipulating global variables in native code wasn't possible, but maybe that's changed in the last year or so! As I said above, the completions offered are pretty limited - if you would like to extend the completions capabilities of the REPL, you can change the Completions role in src/core/REPL.pm. -Rob

Re: exit code: 141 causes Perl 6 to exit.

2017-03-27 Thread Rob Hoelz
FWIW, 141 is SIGPIPE. (signal 13 + WIFSIGNALED flag (128)) So something's happening in your RUN script that's causing it to write to a closed pipe. I hope this helps! -Rob On Mon, 27 Mar 2017 11:51:03 +0300 Gabor Szabo <szab...@gmail.com> wrote: > Putting > > CATCH { defau

Re: Are there any web applications written in Perl 6?

2015-07-18 Thread Rob Hoelz
that http://testers.p6c.org/ is written in Perl 6 (https://github.com/perl6/cpandatesters.perl6.org) Are you going to put your talk online? I'm sure a bunch of Perl 6ers (myself included) would be happy to see it! -Rob

Re: Is there an equivalent env var to PERL5LIB for Perl 6 module locations?

2015-03-30 Thread Rob Hoelz
Yup, PERL6LIB. =) On Mon, 30 Mar 2015 17:03:05 -0500 Tom Browder tom.brow...@gmail.com wrote: I would like an easy way to have a local search path for local Perl 6 modules (those not installed via Panda). I'm used to using the environment variable PERL5LIB for Perl 5 modules. Is there

Packaging Perl 6 (or rather, Rakudo Star)

2013-03-05 Thread Rob Hoelz
harder to do. -Rob

Relationship between pugs and parrot/language/perl6

2006-05-29 Thread Rob
I see that there's work being done on a perl6 implementation under languages in parrot. How is this effort related to the pugs project? Is the aim of this to provide an alternative implementation of perl6 to pugs? Is one of them the destined to be the canonical implementation, or is