Subject: Re: How to display source of interpreted function
From: Erik Naggum <erik@naggum.net>
Date: 2000/11/10
Newsgroups: comp.lang.lisp
Message-ID: <3182855750336241@naggum.net>

* Kent M Pitman <pitman@world.std.com>
| There may be implementation-defined additional help Franz can give you.

  In addition to function-lambda-expression, Franz Inc has a sometimes
  helpful uncompile operator that reverses the effect of compile if
  *save-function-lambda-expression* was true when compile was run.
  (This does not work for compile-file, as the source form is not stored
  in the fasl file.)

#:Erik
-- 
  ALGORITHM: a procedure for solving a mathematical problem in a finite
  number of steps that frequently involves repetition of an operation.
  ALGOREISM: a procedure for solving an electoral problem in a finite
  number of steps that frequently involves repetition of an operation.