Okay. So I'm settling on the idea of the package manager (not sure what to call it. A CPAN style thingy.) I'm thinking of looking primarily at dorodango or maybe Nix as resources,depending on what makes sense in the context of Guile.
In (http://lists.gnu.org/archive/html/guile-devel/2011-03/msg00297.html) this I saw a bunch of really useful points you made, Rotty. It seems like Dorodango would be a great thing to work into this. Because this is a project that has a lot of social implications for Guile, I think that getting an idea of how the system would work (in terms of syntax, specific function, etc.) would need a good deal of input from the community. My thought is to do the basic functionality needed (install, uninstall, dependencies,getting the package, etc.), how to connect it to Guile, and how the package server would work. Once those are established, other functionality should be reasonably easy to add in a modular fashion, if the project is designed well. I'd really appreciate comments. Paul