-
How do I define a Common Lisp |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
What did you actually type? I wouldn't expect ED to accept a list as a function name. If you type |
Beta Was this translation helpful? Give feedback.
-
I'm trying to define a (defun (setf foo) (newval other-args)
body) I call SEdit with
|
Beta Was this translation helpful? Give feedback.
-
I don't believe our |
Beta Was this translation helpful? Give feedback.
I don't believe our
DEFUN
implementation accepts that form for aSETF
definition. SeeDEFSETF
instead.