Created
May 3, 2013 04:09
-
-
Save joekarma/5507161 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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