Re: Perl 6 modules plan
John Siracusa <[EMAIL PROTECTED]> writes: > If you ask any Java programmer which is "correct", myJavaMethod() or > My_Java_Method(), I think you'll get a straight answer. >From experience I can assure you this is not the case. There are a couple of (independent and mutual inconsistent) style gui
Re: Perl 6 modules plan
Graham Barr <[EMAIL PROTECTED]> writes: > > > (1) Foo vs Foo_XS > > Why do they need to be named differently ? Only one will be installed. That is only possible if they have _identical_ APIs. -- Johan