C Y <smustudent1@yahoo.com> writes: > Tried installing imaxima, and when I ran it I got the following > output. I expect this is some error with my setup, but can anyone > else confirm whether or not they see this behavior? Thanks for your report. The problem was that I'd forgotten that `if' in Common Lisp doesn't have an implied progn like in elisp. The attached patch should fix it. > STYLE-WARNING: redefining MAIN-PROMPT in DEFUN Does anyone here know how to turn those annoying warnings from SBCL off, BTW? -- Jesper Harder <http://purl.org/harder/>
Attached file: imaxima.lisp.patch