[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EVAL-WHEN



   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.