Subject: Maxima with Corman CL - defsystem defsetf bug
From: Raymond Toy
Date: Thu, 30 Sep 2004 10:19:26 -0400
>>>>> "Mike" == Mike Thomas <mike.thomas@brisbane.paradigmgeo.com> writes:
Mike> Hi again.
Mike> For those interested in this, I made some progress in diagnosing the problem
Mike> as reported on one of the Corman CL bulletin boards but am still some way
Mike> from a solution:
Mike> http://www.artofprogramming.com/bb/viewtopic.php?p=355#355
It seems that Corman CL doesn't handle setf quite right. To
understand get-setf-expansion, get "On Lisp", which has a very nice
explanation of it (slightly pre-ANSI CL, though). "On Lisp" is
available free somewhere on the web. That certainly helped me a lot
when I needed to write some setf's sometime ago.
Ray