Re: Still can't get Matlisp working
Raymond Toy <[email protected]>
| Newsgroups | gmane.lisp.matlisp.user |
|---|---|
| Message-ID | <[email protected]> |
>>>>> "Ryan" == Ryan M Rifkin <[email protected]> writes: Ryan> --------------- Ryan> ** MATLISP is loaded. Type (HELP MATLISP) Ryan> to see a list of available symbols. Ryan> To use matlisp: Ryan> (use-package "MATLISP") Ryan> or Ryan> (in-package "MATLISP-USER") Ryan> ** The logical pathname matlisp has been Ryan> set to: Ryan> /home/rif/Software/matlisp/ Ryan> CMU Common Lisp release x86-linux 3.0.8 18c+ 31 December 2001 build 3030, running on oscar Ryan> For support see http://www.cons.org/cmucl/support.html Send bug reports to the debian BTS. Ryan> or to [email protected] Ryan> type (help) for help, (quit) to exit, and (demo) to see the demos Ryan> Loaded subsystems: Ryan> Python 1.0, target Intel x86 Ryan> CLOS based on PCL version: September 16 92 PCL (f) Ryan> MATLISP/Pre 2.0 The fact that you get this far tells me that it very likey worked. Ryan> * (help matlisp) Ryan> Error in KERNEL::UNBOUND-SYMBOL-ERROR-HANDLER: the variable MATLISP is unbound. Did you do (use-package "MATLISP") or (in-package "MATLISP-USER") as suggested by the banner? If not, try that and then try the help command again. Ray