| Hi all -- I'm new around these parts and not exactly sure of the protocol for suggesting additions to arc. I'm hoping that I"m not out of line by posting here. At any rate, it'd be great if arc had a library load path, something similar to Perl's INC. To that end, I whomped up a couple functions, "use" and "reuse" that will search a number of directories: - the current directory
- $arc_home/lib
- the colon-separated directories in $ARCINC
for a library. Code and documentation can be found here: http://homepage.mac.com/ignavusinfo/arc/use.arc.txt
Along these lines, is there a CPAN analog for arc? I ask because one of the great strengths of Perl (in my opinion, I'm not looking to provoke any sort of argument) is both CPAN as a distribution network and packaging methodology. (Perl modules are packages so the same litany of commands -- perl Makefile; make; make test; make install -- will build and install almost any CPAN library.) If there's an effort underway to develop a similar standard for arc, can someone point me to it? If not, is there any interest in such a thing?Note that I do use the env function from the git version of arc. Is that an amiable fork? |