Front page | perl.perl6.stdlib |
Postings from August 2001
Re: Perl 6 modules plan
Thread Previous
|
Thread Next
From:
schwern
Date:
August 11, 2001 16:30
Subject:
Re: Perl 6 modules plan
Message ID:
20010811192011.G15925@magnonel.guild.net
On Sat, Aug 11, 2001 at 02:16:49PM -0500, Jarkko Hietaniemi wrote:
> One silliness is that the implementation "style" of the module
> seems to creep to the naming:
>
> (1) Foo vs Foo_XS
Well then, how do you name it? For example, Text::CSV. There's a
pure perl implementation and an XS implementation. If they're both in
the same tarball, it should probably be Text::CVS::Perl and
Text::CVS::XS with Text::CSV acting as a little wrapper to choose
which one. Simple enough.
But what if the XS implementation is seperate from the pure Perl one?
How do you name it?
--
Michael G Schwern <schwern@pobox.com> http://www.pobox.com/~schwern/
Perl6 Quality Assurance <perl-qa@perl.org> Kwalitee Is Job One
Thread Previous
|
Thread Next