NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
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.