Re: [elephant-devel] set-valued slots review

2011-09-12 Thread Alex Mizrahi
> IV. Lacking features I think it would be great if we also add features for: 1. Initializing slot-set from list. Something like: (setf (numbers-of obj1) (make-slot-set :items '(1 2 3 4)) 2. Wipe contents of a slot-set. You can do it via slot-makunbound, sure, but it is kinda ugly. (setf (numb

[elephant-devel] set-valued slots review

2011-09-12 Thread Alex Mizrahi
I. RATIONALE There is a number of cases where one might want to store more than one value in a slot. An example from our testassociations: person can hold multiple jobs, job can have multiple holders. There is a number of ways how you can hold these multiple values in a single slot: 1. Lis

Re: [elephant-devel] CL implementation support

2011-09-12 Thread Alex Mizrahi
I worked on this project with Clojure, so they may be willing to help diagnose. I'll be looking into this later this month when I upgrade the running server and add some features to that old project I mentioned. -Ian That would be cool, as I'm not comfortable with diving too deep into CCL's CL