Re: Embedded perl5 modules

2006-10-22 Thread Richard Hainsworth
>Steffen said: >Maybe an additional > use perl5:Wx::SimpleApp; > ? I'm just guessing... > Steffen >-- >Steffen Schwigon @webit.de> >Dresden Perl M

Weekly Perl 6 mailing list summary for 15-21 October, 2006

2006-10-22 Thread Ann Barcomb
Weekly Perl 6 mailing list summary This week on the Perl 6 mailing lists "The | notation is mentioned in S012:1029, by the way. Obviously you still haven't quite memorized all the synopses. :-)" -- Larry Wall, in 'class interface of roles ' Corrections La

Re: classnames and HLL namespaces -- help!

2006-10-22 Thread Patrick R. Michaud
On Sat, Oct 21, 2006 at 07:10:21PM +0200, Leopold Toetsch wrote: > Am Donnerstag, 19. Oktober 2006 23:19 schrieb Patrick R. Michaud: > >     .HLL 'pge', '' > > > >     .sub __onload :load > >         $P0 = newclass 'Exp' > [...] > >         $P0 = subclass 'Exp', 'Closure' > >         # ... > >  

Re: classnames and HLL namespaces -- help!

2006-10-22 Thread Leopold Toetsch
Am Sonntag, 22. Oktober 2006 20:56 schrieb Patrick R. Michaud: > I strongly disagree.  I don't think that a subclass should have to > be named as a sub-namespace of its parent class. Namespace and classes are currently totally orthogonal. You are declaring a subclass (not a sub-namespace) with a