|
From: Raymond T. <to...@rt...> - 2003-06-26 13:09:41
|
>>>>> "Nicolas" =3D=3D Nicolas Neuss <Nic...@iw...> =
writes:
Nicolas> wb...@gm... (Wolfhard Bu=DF) writes:
>> Replacing the line
>>=20
>> (setf (find-class 'real) (find-class 'cl:real))
>>=20
>> in packages.lisp with:
>>=20
>> #+:cmu (setf (pcl:find-class 'real) (pcl:find-class 'cl:real))
>> #+:allegro (setf (find-class 'real) (find-class 'cl:real))
>>=20
>> works for me.
>>=20
>> Cheers.
Nicolas> Thanks, Wolfhard.
Nicolas> This more or less works. But I get still a conflict for REAL =
when I want
Nicolas> to use both COMMON-LISP and MATLISP in some package. There sh=
ould be some
Nicolas> cleaner remedy.
First, I apologize for not having looked at this yet. I'm pretty sure
I've run into this problem and have a fix, but have not checked that
in yet.
Probably won't get around to it until next week.
Nicolas> I have no time for the next weeks to examine further. Thus I =
went back to
Nicolas> my stable environment with old CMUCL and old Matlisp. But lat=
er this year,
Nicolas> I will surely be interested in the new Matlisp. I think that =
Ray's
Nicolas> splitting of matrix-ref, for example, is in the right directio=
n for
Nicolas> improving performance.
I was hoping Gerd's new stuff would make it faster, and some simple
tests with join (which uses matrix-ref) show that it is somewhat
faster.
Thanks for your patience,
Ray
|