[alexandria-devel] [patch] Support for case-sensitive lisps
I just tried to load alexandria in Allegro CL 8.2's mlisp, and it fails to define types with the correct names there. I'm attaching a patch that does two things: * Make format-symbol accept a string designator (so we can use uninterned symbols for format strings, which yields the correct symbol names independent of case mode), and * use this in types.lisp to create the right type names. I hope you like it (-: Cheers, -- Andreas Fuchs, (http://|im:asf@|mailto:asf@)boinkor.net, antifuchs
On 23 September 2010 16:44, Andreas Fuchs <asf@boinkor.net> wrote:
I just tried to load alexandria in Allegro CL 8.2's mlisp, and it fails to define types with the correct names there. I'm attaching a patch that does two things:
* Make format-symbol accept a string designator (so we can use uninterned symbols for format strings, which yields the correct symbol names independent of case mode), and * use this in types.lisp to create the right type names.
Committed, thanks! Cheers, -- Nikodemus
participants (2)
-
Andreas Fuchs
-
Nikodemus Siivola