Mon Jul 20 18:34:17 UTC 2009 pix@kepibu.org * see other links, and add reference to cl-syntax-sugar diff -rN -u old-portaCL/notes.org new-portaCL/notes.org --- old-portaCL/notes.org 2013-09-26 07:14:37.000000000 +0000 +++ new-portaCL/notes.org 2013-09-26 07:14:37.000000000 +0000 @@ -108,7 +108,12 @@ Clisp, and Lispworks; but not by Allegro. * see also -trivial-features -- smooths out the unnecessary differences between - implementation *features* -alexandria -- implements a #'featurep which exactly matches that used by the - standard's #+/#- readmacros. + +[[http://www.cliki.net/trivial-features][trivial-features]] + smooths out the unnecessary differences between implementation *features* +[[http://common-lisp.net/project/alexandria/][alexandria]] + implements a #'featurep which exactly matches that used by the standard's + #+/#- readmacros. +[[http://common-lisp.net/project/cl-syntax-sugar/][cl-syntax-sugar]] + Offers a feature-case reader which is almost certainly more useful than + portaCL's feature-cond macro.