From ... From: Erik Naggum Subject: Re: How to display source of interpreted function Date: 2000/11/10 Message-ID: <3182855750336241@naggum.net>#1/1 X-Deja-AN: 692034607 References: <3A0B9F3C.69D933C5@mastnet.net> mail-copies-to: never Content-Type: text/plain; charset=us-ascii X-Complaints-To: newsmaster@eunet.no X-Trace: oslo-nntp.eunet.no 973867042 5960 195.0.192.66 (10 Nov 2000 14:37:22 GMT) Organization: Naggum Software; vox: +47 800 35477; gsm: +47 93 256 360; fax: +47 93 270 868; http://naggum.no; http://naggum.net User-Agent: Gnus/5.0803 (Gnus v5.8.3) Emacs/20.7 Mime-Version: 1.0 NNTP-Posting-Date: 10 Nov 2000 14:37:22 GMT Newsgroups: comp.lang.lisp * Kent M Pitman | 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.