Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.
I've been giving a lot of thought to starting a Sourceforge project for my logic programming work. I generally view AI::Prolog as a prototype for AI::Logic. I see parallel projects where the former is a pure Perl implementation for prototyping and testing and the latter is written in Inline::C or XS with the same interface but reasonable performance. However, there are problems with this approach.
First, I'd like help. Collaborating via personal email doesn't work very well for me. Second, others have expressed an interest in helping or learning, but handling this one person at a time is not very effective. I think having a mailing list would help and having a project where people could always check out the latest sources could also be useful. Very few Perl programmers really appreciate the power available here, so I think a coordinated effort to "spread the news" might help.
I'm used to leading stuff like this is a business setting, but in an open-source environment I'm used to working alone or submitting patches. This is a rather new thought to me.
Interfaces (Score:2)
As for going to sourceforge, I'd recommend against it. Sourceforge is irritating to use and doesn't really offer anything that you can't do yourself. All that's needed is a mailing list and a public CVS repository.
And good luck recruiting little helpers. The
Re:Interfaces (Score:2)
The main problem with calling the XS version AI::Prolog::XS or something similar is that it ties me to Prolog. I want logic programming to be available and while I will always have the Prolog interface avaiable via AI::Prolog (hence the name), I am not sure that I want that always available via AI::Logic. If I want to offer non-standard predicates to AI::Logic or I find that seriously mutating the way the logic engine works will better facilitate the needs of Perl users I don't want the module name to mak
Re:Interfaces (Score:2)
Sourceforge irritates me as a casual user wanting to grab the code from some random project because the user interface just SUCKS so very very hard. As a programmer, I have another minor gripe mostly related to the amount of abandonware on there.
That said, my objections to Sourceforge mostly go away if you don't want to host your own lists and public repository. It's better than nothing.
GForge (Score:1)
GForge [gforge.org] may be a good alternative to Sourceforge. Started by original Sourceforge developer Tim Perdue, it's a fork of the once-open Sourceforge code. It supports Subversion as well as CVS and claims to be much-improved. I haven't used it, but have read positive reviews [oreillynet.com].
BTW, your posts routinely contain great technical info. Thanks, Ovid!
Re:GForge (Score:2)
Whoa. That looks interesting. Thanks for the heads up.