RE: Compiling Movitz, symbol-function problem
"Chris Capel" <[email protected]>
| Newsgroups | gmane.lisp.movitz.devel |
|---|---|
| Message-ID | <[email protected]> |
> Here is what I use with CMUCL:
Thanks! That works for me.
Now for something completely different. When I (now successfully) run bochs with the movitz image,
(symbol-function 'do)
returns an error, whereas in CMUCL it returns #<Closure Over Function "DEFUN (SETF MACRO-FUNCTION)" {}>. The hyperspec tells me Muerte's behavior is incorrect: symbol-function called on a macro (or a special operator) needs to return "an object of implementation-dependent nature and identity", not signal an error. You're probably aware of this, but I thought I'd point it out just in case.
Chris Capel