>>>>> "Mike" == Mike Thomas <mike.thomas@brisbane.paradigmgeo.com> writes:
Mike> I accidentally deleted a couple of emails re CLOS and ANSI GCL and Ray's
Mike> proposal so can't reply directly to those.
Mike> PCL is indeed part of ANSI GCL and can be brought into the maxima package on
Mike> the current stable release of Windows Maxima (after running "to_lisp()" )
Mike> with "use-package" as follows:
I take it it mean PCL is available, but isn't really quite integrated
into ansi gcl yet.
Mike> Errors about the class named "real" occur with Ray's code as shown below.
Mike> I'm not well versed (or chaptered, for that matter, if you'll forgive my
Does that mean that gcl doesn't know about the Lisp type REAL? That's
supposed to be standard. Or maybe my example code is wrong, and I
should have said cl:real instead.
I'd try to make this work, but I don't have a recent build of gcl.
Ray