Subject: Re: Extent of definitions in environments (Was: First draft ...)
From: rpw3@rpw3.org (Rob Warnock)
Date: Wed, 21 Jul 2004 03:01:57 -0500
Newsgroups: comp.lang.lisp
Message-ID: <M76dnRHVid1ov2PdRVn-tA@speakeasy.net>
Duane Rettig <duane@franz.com> wrote: +--------------- | I usually tend to go ahead and add the :evaluate - defensive | programming against the user who loads my file interpreted... ... | (eval-when (:compile-toplevel :load-toplevel :evaluate) | (defun duplicate (form) | (list form form))) +--------------- :EVALUATE? I know about :EXECUTE. Is :EVALUATE an ACL thing? -Rob ----- Rob Warnock <rpw3@rpw3.org> 627 26th Avenue <URL:http://rpw3.org/> San Mateo, CA 94403 (650)572-2607