From ... From: Erik Naggum Subject: Re: How can I translate C++ into CLOS? Date: 1998/04/22 Message-ID: <3102243586345101@naggum.no>#1/1 X-Deja-AN: 346649851 References: <6hi3mf$e4v$1@nnrp1.dejanews.com> mail-copies-to: never Organization: Naggum Software; +47 8800 8879; http://www.naggum.no Newsgroups: comp.lang.lisp * Kjetil Valstadsve | Are there any traditional ways to do lazy initialisation instead? An | access function would then be defined to a) check for the slot's value; | when not set, set it to some initial value and b) return the slot's | value. you could define methods on the generic function SLOT-UNBOUND to handle this case, but I have neither seen this done nor done this myself, so don't know how "traditional" it might be. it would work, though. #:Erik -- Abort, Retry, or Upgrade?