29 Aug
2008
29 Aug
'08
4:32 a.m.
Clozure CL (current SVN, maybe release I dunno) does this: (map 'list #'identity '(x . "abc")) => (x #\b #\c) Which breaks the alist case in encoder.lisp. So, pending a fix for Clozure, I made a workaround that tests explicitly for a proper alist instead. Attached is the Darcs patch: -- I write stuff at http://failex.blogspot.com/ now. But the post formatter and themes are terrible for sharing code, the primary content, so it might go away sooner or later.