[CLD] Top page short lists

Pierre-François Gomez pef.gomez at gmail.com
Thu Jan 12 20:56:59 CST 2006


[I haven't read all the thread yet so I hope I don't make a fool of
myself :)]

Marco Antoniotti wrote:

On Jan 12, 2006, at 2:54 PM, Peter Seibel wrote: > On Jan 12, 2006, at
11:23 AM, Marco Antoniotti wrote: >
>
> I am not so fond of this 80/20 rule either.  E.g. it would sink CL in a
> list of "popular" languages.
>

Neither do I if we keep assuming that notes are the only criteria for
the sort function : why not combining a possible note for each link,
the maturity of the item (eg. if its a library), and the result of a
random ?

Something like :

(let ((items (randomized-items (all-items-with-tags tags))))
  (sort items #'>
        :key #'(lambda (i)
                 (* (maturity i) ; 0,0..1,0
                    (note i)))))

... for the libraries and softwares.

Would it help moderating the effect of the notes ? Or am I missing
something obvious ? :)

-- Pierre-François


More information about the common-lisp-directory mailing list