Re: Questions on using other "modules" in nqp

2016-08-01 Thread Tom Browder
On Mon, Aug 1, 2016 at 3:05 PM, Patrick R. Michaud wrote: > My short answer would be that there's not a shortcut way in NQP > to avoid the fully-qualified sub names. I'm doubtful that we want > to duplicate Perl 6's import mechanism into NQP. That's all I need to know. Thanks, Patrick! -Tom

Re: Questions on using other "modules" in nqp

2016-08-01 Thread Patrick R. Michaud
My short answer would be that there's not a shortcut way in NQP to avoid the fully-qualified sub names. I'm doubtful that we want to duplicate Perl 6's import mechanism into NQP. Pm On Fri, Jul 22, 2016 at 07:48:55AM -0500, Tom Browder wrote: > ping > > On Thu, Jul 7, 2016 at 7:49 AM, Tom Browd

Re: Questions on using other "modules" in nqp

2016-07-22 Thread Tom Browder
ping On Thu, Jul 7, 2016 at 7:49 AM, Tom Browder wrote: > I have added a file "DebugPod.nqp" in the directory rakudo/src/Perl6 > and want to use it for debugging other files in that directory. > > Following the format of the "Pod.nqp" file in that directory, I have > structured my new file this w

Questions on using other "modules" in nqp

2016-07-07 Thread Tom Browder
I have added a file "DebugPod.nqp" in the directory rakudo/src/Perl6 and want to use it for debugging other files in that directory. Following the format of the "Pod.nqp" file in that directory, I have structured my new file this way: Perl6::DebugPod { our sub debug_rows($desc, @rows) {...}