[elephant-devel] Given the OID, can one obtain the object's slot value without recreating the object?

2009-01-28 Thread Yarek Kowalik
Given the OID, Is there a way to obtain an object slot value without recreating the object? I want to reacreate the object only when a specific value is present. I am aware that I could use map-inverse-index to search for value, but it does not do exacty what I want: I want to get all the object

Re: [elephant-devel] elephant-1.0 on Lispworks+win3 2; bdb; postmodern

2009-01-28 Thread Frank Schorr
> -Ursprüngliche Nachricht- > Von: "Ian Eslick" > > Did this happen on the first open-controller or somewhere in the > middle of the tests? > I can't tell. But I tried this: (asdf:operate 'asdf:load-op :elephant) (asdf:operate 'asdf:load-op :ele-bdb) (setf *db-spec* '(:BDB "c:/temp

Re: [elephant-devel] Learning about Elephant

2009-01-28 Thread John
Hi Ian, I guess there is nothing better than trying it out :) ELE-TESTS> (defpclass person () ((friends :accessor friends-of :associate (person friends) :many-to-many t))) # ELE-TESTS> (defparameter person1 (make-instance 'person)) PERSON1 ELE-TESTS> (defparameter person2 (make-insta

Re: [elephant-devel] Learning about Elephant

2009-01-28 Thread John
On Wed, Jan 28, 2009 at 12:26 AM, Ian Eslick wrote: > > > Hi John, > > Your mileage may vary, but I'm really not concerned about users > causing significant performance degradation by doing lots of null > edits. If that is happening, it's probably a user interface design > problem. The trivial