|
How do I define a Common Lisp |
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 |
|
I'm trying to define a (defun (setf foo) (newval other-args)
body)I call SEdit with |
|
I don't believe our |
I don't believe our
DEFUNimplementation accepts that form for aSETFdefinition. SeeDEFSETFinstead.