-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Corman 3.1.2:
(make-instance 'standard-method :lambda-list '(foo)
:function #'(lambda (foo) foo))
;;; An error of type SIMPLE-ERROR was detected in function STD-SLOT-VALUE:
;;; Error: The slot COMMON-LISP::BODY is unbound in the object #<;;; An error of type SIMPLE-ERROR was detected in function STD-SLOT-VALUE:
;;; Error: The slot COMMON-LISP::EFFECTIVE-SLOTS is missing from the class #<Standard-Class BUILT-IN-CLASS #x72CB850>.
;;; Entering Corman Lisp debug loop.
;;; Use :C followed by an option to exit. Type :HELP for help.
;;; Restart options:
;;; 1 Abort to top level.
SBCL:
CL-USER> (make-instance 'standard-method :lambda-list '(foo)
:function #'(lambda (foo) foo))
#<STANDARD-METHOD () {1004610F23}>
Metadata
Metadata
Assignees
Labels
No labels