[CLD] Towards a 'Green Thumb' for the CLD.

Marc Battyani marc.battyani at fractalconcept.com
Sat Jan 7 08:39:10 CST 2006


"Paolo Amoroso" <amoroso at mclink.it> wrote:
> Martin Svenson <phromo at gmail.com> writes:
[...]
> Among the benefits of this is that you have something working soon,
> and it's easier to get a critical mass of entries that are immediately
> useful to new Lisp users.  According to a--Chinese?--proverb, a long
> journey starts with a small step :)

Hey It's a recusive one:

(defun process-long-journey (journey)
   (when journey
      (process-step (first journey))
      (process-long-journey (rest journey))))

BTW if we could convert the volume of text in posts and emails asking for a CPAN like
repository into CLD entries, it would be almost finished now. ;-)

> > ** Concerning the combination of resource and package directory
> > It might be well for a start to combine these two efforts under the same
> > roof, but as I see it, they are really two different projects, needing
> > two different technical solutions and internal guidelines for going
> > about working on them. I'm not that eager to work on gathering online
> > resources right now, but I'm just waiting to be able to jump in and do
> > some work on building a good package directory...

OK So do it! Just fill a lot of packages in the Directory...

Marc




More information about the common-lisp-directory mailing list