"Scott G. Miller" <sgmiller@xxxxxxxxx> writes:
> Are there any functions for mutating types now? If not, I'd say this is
> a good solution.
There are no functions to manipulate record types or oo classes
directly. However, both are just records and are easy to get hold of via
(type-of <value>) and hence manipulate. OTOH, there are few mutations
that you can do on a type w/o breaking things elsewhere, and in any case
such mutation is certainly not part of the officially supported API.
Matthias.
-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
|