[Bese-devel] presentations.lisp

Evrim ULU evrim at core.gen.tr
Sun Jan 22 19:00:19 UTC 2006


Hi Marco,

I've noticed that there is no ":" before "instance" (for initializing arguments). 

(defcomponent object-presentation (presentation)
  ((slots :accessor slots :initarg :slots :initform nil)
   (instance :initform nil :initarg instance :accessor instance))
  (:documentation "Presentations for single objects."))

Is this a typo or you have really meant using it like:

(make-instance 'object-presentation 'instance (make-instance 'my-person :name "gee"))

Thanks.
Evrim.




More information about the bese-devel mailing list