RE: Renaming module - Algorithm::SkipList

2004-08-03 Thread Orton, Yves
Title: RE: Renaming module - Algorithm::SkipList * Orton, Yves [EMAIL PROTECTED] [2004-08-02 11:05]: Really, IMHO the tree modules and yours and probably others more should be in some sort of Datastructure:: namespace. Oh god. Do we really have such a namespace? No, not to my

Re: Renaming module - Algorithm::SkipList

2004-08-03 Thread A. Pagaltzis
* Orton, Yves [EMAIL PROTECTED] [2004-08-03 13:17]: In my eyes data structures are pretty much inseperable from the algorithms that operate on them. I was asking because I wondered if you had particular objections about the aesthetics of the name. You're right that if we already have an

Re: Renaming module - Algorithm::SkipList

2004-08-03 Thread Austin Schutz
On Tue, Aug 03, 2004 at 03:57:12PM +0200, A. Pagaltzis wrote: * Orton, Yves [EMAIL PROTECTED] [2004-08-03 13:17]: In my eyes data structures are pretty much inseperable from the algorithms that operate on them. I was asking because I wondered if you had particular objections about the

RE: Renaming module - Algorithm::SkipList

2004-08-02 Thread Orton, Yves
Title: RE: Renaming module - Algorithm::SkipList * Robert Rothenberg [EMAIL PROTECTED] [2004-07-31 09:47]: I have a module called List::SkipList which has been on CPAN for quite a while. I'm thinking of renaming it to Algorithm::SkipList, which seems more appropriate (and nobody said

Renaming module - Algorithm::SkipList

2004-07-31 Thread Robert Rothenberg
I have a module called List::SkipList which has been on CPAN for quite a while. I'm thinking of renaming it to Algorithm::SkipList, which seems more appropriate (and nobody said yeah or nay to my request for the List::SkipList namespace on [EMAIL PROTECTED]). Does anyone consider that an

Re: Renaming module - Algorithm::SkipList

2004-07-31 Thread A. Pagaltzis
* Robert Rothenberg [EMAIL PROTECTED] [2004-07-31 09:47]: I have a module called List::SkipList which has been on CPAN for quite a while. I'm thinking of renaming it to Algorithm::SkipList, which seems more appropriate (and nobody said yeah or nay to my request for the List::SkipList

Re: Renaming module - Algorithm::SkipList

2004-07-31 Thread Eric Wilhelm
# The following was supposedly scribed by # A. Pagaltzis # on Saturday 31 July 2004 07:02 am: Data:: does not seem to be the right place -- it seems to be about data formats more than data structures. What about Data::Dumper Data::Iter Data::Match Data::Grouper ? IMO, the stuff about

Re: Renaming module - Algorithm::SkipList

2004-07-31 Thread Ken Williams
On Jul 30, 2004, at 1:35 PM, Robert Rothenberg wrote: I have a module called List::SkipList which has been on CPAN for quite a while. I'm thinking of renaming it to Algorithm::SkipList, which seems more appropriate (and nobody said yeah or nay to my request for the List::SkipList namespace on

Re: Renaming module - Algorithm::SkipList

2004-07-31 Thread Christopher Hicks
On Sat, 31 Jul 2004, Eric Wilhelm wrote: Data:: does not seem to be the right place -- it seems to be about data formats more than data structures. What about Data::Dumper Data::Iter Data::Match Data::Grouper ? IMO, the stuff about formats is in the wrong place s/Data::(Encrypted)/Text::$1/ And,

Re: Renaming module - Algorithm::SkipList

2004-07-31 Thread Robert Rothenberg
As per various comments: I agree with Ken (hence why I suggested the namespace). Most data structures have corresponding algorithms. There is already an Algorithm namespace, but no Datastructure namespace. Data seems to be full of random things, usually related to debugging, data persistence