From: Mark Wooding Date: Thu, 18 May 2006 08:43:29 +0000 (+0100) Subject: mop: New macro with-slot-variables. X-Git-Url: https://git.distorted.org.uk/~mdw/lisp/commitdiff_plain/5cf4440bffb13480dd47911ac1afd3e4c150b34c?hp=5cf4440bffb13480dd47911ac1afd3e4c150b34c mop: New macro with-slot-variables. The docstring describes it pretty well: the idea is to cache slots in correctly-typed lexical variables and then write them back after processing the body forms. ---