Re: Snapshot/Release?
Nicolas Neuss <[email protected]> 13 Oct 2003 17:06:37 +0200
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Organization | IWR |
| Message-ID | <[email protected]> |
Raymond Toy <[email protected]> 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.