Skip to content

Instantly share code, notes, and snippets.

@joekarma
Created May 3, 2013 04:09
Show Gist options
  • Save joekarma/5507161 to your computer and use it in GitHub Desktop.
Save joekarma/5507161 to your computer and use it in GitHub Desktop.
(sort
(remove-if #'null
(mapcar (lambda (release)
(cons (ql-dist:name release)
(release-last-updated-date release)))
(ql-dist:provided-releases (ql-dist:find-dist "quicklisp")))
:key #'cdr)
#'local-time:timestamp<
:key #'cdr)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment