Subject: Re: Question about &rest, &key, and &allow-other-keys
From: Erik Naggum <erik@naggum.no>
Date: 19 Jan 2004 05:12:45 +0000
Newsgroups: comp.lang.lisp
Message-ID: <3283477965760092KL2065E@naggum.no>

* rif <rif@mit.edu>
| So if I have scenarios A and B and C, I need different sets of
| defaults for each scenarios, with the additional ability to specify
| individual parameters manually.  For this reason, I don't think
| :CONSTRUCTOR can help me either, as I need several different sets of
| defaults.

  I suggested that you /investigate/ the :CONSTRUCTOR option to DEFSTRUCT
  for a reason.  Please take a better look at it and notice that it may
  be repeated.  This really is just what you need.

-- 
Erik Naggum | Oslo, Norway

Act from reason, and failure makes you rethink and study harder.
Act from faith, and failure makes you blame someone and push harder.