From: Nicolas N. <Nic...@iw...> - 2003-10-13 15:07:57
|
Raymond Toy <to...@rt...> writes: > Obviously this is because matlisp defines a REAL function that > conflicts with the COMMON-LISP version. Matlisp does a > shadowing-import (I think) to get this to work. You may have to do > the samething in your ALGEBRA package to select the right one. Of > course, then you'll have to use a package qualifier to get REAL from > the other package. I do not use REAL at all, so I think it is somewhat ugly that my packages have to be changed to accomodate this problem. (And there are other packages of mine using MATLISP, and I would have to change those as well.) Is it really necessary to export MATLISP:REAL? > Nicolas> I'm looking forward to that snapshot... > > Soon. Hopefully before the end of the week. > > Ray Fine. Nicolas. |