[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: EVAL-WHEN
- To: Moon@SCRC-STONY-BROOK.ARPA
- Subject: Re: EVAL-WHEN
- From: Bobrow.pa@Xerox.COM
- Date: Thu, 03 Apr 1986 22:12:00 -0000
- Cc: Common-Lisp@SU-AI.ARPA
- In-reply-to: David A. Moon <Moon@SCRC-STONY-BROOK.ARPA>'s message of Thu, 3 Apr 86 18:23 -EST
In fact I know of no way that is guaranteed to produce an
interpreted definition. Perhaps this is good, since I believe
there are some implementations that don't have an
interpreter, but simply compile everything.
Doesn't
(setf (symbol-function 'foo) (COPY '(LAMBDA ...)))
guarantee to produce a function definition not compiled by compiling the
file. If (setf (symbol-function 'foo) ...) compiles, then all bets are
off.
- Follow-Ups:
- Re: EVAL-WHEN
- From: "Rodney A. Brooks" <BROOKS%OZ.AI.MIT.EDU@XX.LCS.MIT.EDU>