Re: Still can't get Matlisp working
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "rif" == rif <[email protected]> writes: rif> I'm uninterning the symbol manually because I do it in my init file rif> noninteractively. rif> (in-package :matlisp) does "just work", but that means I lose all the rif> functions in the common-lisp-user package, yes? Yes. But unless you define functions there yourself, there aren't any functions there anyway. (They're all imported from other packages.) Ray