Re: [elephant-devel] FYI

2007-04-13 Thread Pierre THIERRY
Scribit Ian Eslick dies 12/04/2007 hora 20:43: > Tell us more! I was thinking of generating a accessor/setf couple of functions that would wrap access to a built-in type in a persistent class. When you wan a persistent list, for example, it would use a class similar to one defined by: (defclass p

Re: [elephant-devel] FYI

2007-04-12 Thread Ian Eslick
Tell us more! I'm thinking that tools like these (other than psets, which are pretty common and essential for collections in Lisp PODBs) can be put in contrib for now. After 1.0 I think it would be a good idea to create an extensions package with proper tests and documentation to export a

Re: [elephant-devel] FYI

2007-04-12 Thread Pierre THIERRY
Scribit Ian Eslick dies 12/04/2007 hora 13:17: > I added a simple persistent set class, pset, to Elephant. It make me think that I wanted to write a generic persistent wrapper for built-in types. Do you think it should be included in Elephant? Curiously, Pierre -- [EMAIL PROTECTED] OpenPGP 0xD9D

[elephant-devel] FYI

2007-04-12 Thread Ian Eslick
This is a notice of a few little additions and an invitation to comment if anyone is so inclined. Persistent Sets (src/elephant/pset.lisp) I added a simple persistent set class, pset, to Elephant. Currently there is a default implementation based on