[elephant-devel] FYI

Pierre THIERRY nowhere.man at levallois.eu.org
Fri Apr 13 20:53:38 UTC 2007


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
-- 
nowhere.man at levallois.eu.org
OpenPGP 0xD9D50D8A
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://mailman.common-lisp.net/pipermail/elephant-devel/attachments/20070413/f80fa830/attachment.sig>


More information about the elephant-devel mailing list