Metacopy is a toolkit for specifying how to make copies of objects. Use defcopy-methods to describe the copying of slots and copy-thing to make copies. What could be easier?
Metacopy relies on Moptilities. There is TINAA documentation available.
A Darcs repository is available. You'll need Moptilities and Metatilities too. The commands to get them are listed below:
darcs get http://common-lisp.net/project/cl-containers/moptilities/darcs/moptilities darcs get http://common-lisp.net/project/metacopy/darcs/metacopy
Metacopy is ASDF installable. Its CLiki home is right where you'd expect.
There's also a handy gzipped tar file.
| 11 April 2006 | Removed dependencies on metatilities; added a few simple tests (using LIFT. |
|---|---|
| 22 March 2006 | Initial setup |