| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |
Arguments: function-name
This function uncompiles the function named by function-name (which must be a symbol). That is, it replaces the compiled function object with an interpreted function object. This function only works if
*save-function-lambda-expression*
was true when the compilation was done.
(The initial value of that
variable is nil
so unless the
value is changed, uncompile
will not work.)uncompile only works for function-names that are symbols, not function-specs.
Copyright (c) 1998-2009, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 8.1. This page was not revised from the 8.0 page.
Created 2009.7.29.
| Allegro CL version 8.1 Unrevised from 8.0 to 8.1. 8.0 version |