Re: Re-export symbols

2017-01-10 Thread Fernando Santagata
Thank you that's very interesting. I solved the problem I had, refactoring the modules I was working on: after all I didn't have to ask anyone. Still the problem would bug me. Thanks again! On Tue, Jan 10, 2017 at 12:25 PM, Lloyd Fournier wrote: > Hey Fernando, > > This is not yet implemented

Re: Hi perl6 users

2017-01-10 Thread faraco3
Web and CLI oriented? Maybe GUI? If I understand you question. On Ahad 08 Jan 2017 03:21 , Parrot Raiser wrote: Welcome. What are your principal applications for P6 likely to be? On 1/7/17, faraco wrote: Hello, I'm new here. Firstly, I like Perl 6. It has some nice attractive features that

Re: Re-export symbols

2017-01-10 Thread Lloyd Fournier
Hey Fernando, This is not yet implemented in rakudo. I included a way of doing this in CompUnit::Util . I'm not sure when/if :EXPORT will be implemented (I actually don't think it's a good idea). I've just realised that there is another solut