metacopy

When once isn't enough

What it is

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.

Mailing Lists

Where is it

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.

What is happening

11 April 2006Removed dependencies on metatilities; added a few simple tests (using LIFT.
22 March 2006Initial setup