[elephant-devel] Checkins

2009-12-22 Thread Ian Eslick
I checked in some patches I missed from the list earlier as well as some changes to cached slot / instance behavior. Ian ___ elephant-devel site list elephant-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/elephant-devel

Re: [elephant-devel] indexing in elephant

2009-12-22 Thread Alex Mizrahi
> 2. What we have decided is to make separate persistent class for each > predicate. So, class is a predicate, right? >3. (defpclass dependson () > ((subject :accessor subject) > (predicate :accessor predicate) > (object :accessor object))) Why do you need a

[elephant-devel] Let's connect on LinkedIn

2009-12-22 Thread Arjun Mullick
LinkedIn I'd like to add you to my professional network on LinkedIn. - Arjun Mullick Confirm that you know Arjun Mullick https://www.linkedin.com/e/isd/945225686/erxUqv9Y/ Every day, millions of professionals like Arjun Mullick use LinkedIn to connect with colleagues, find e

[elephant-devel] indexing in elephant

2009-12-22 Thread Arjun Mullick
Hello, 1. we wish to make an application that stores relations basically subject-predicate-object For example : Force-dependson-mass, Force-dependson-acceleration, whale-isa-mammal. 2. What we have decided is to make separate persistent class for each predicate. For example in the examples