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 plist ()
  ((list :type list :accessor wrapped-list))
  (:metaclass persistent-metaclass))

Either a couple of functions or a symbol-macro. I would probably write a
generic lib that let you choose, in fact...

I'm not sure it's a good idea, but I made an ad-hoc wrapper like this
some times already.

Quickly,
Pierre
-- 
[EMAIL PROTECTED]
OpenPGP 0xD9D50D8A

Attachment: signature.asc
Description: Digital signature

_______________________________________________
elephant-devel site list
[EMAIL PROTECTED]
http://common-lisp.net/mailman/listinfo/elephant-devel

Reply via email to