[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
A lambda question
- To: skona%csilvax@hub.ucsb.edu
- Subject: A lambda question
- From: Jon L White <edsel!jonl@labrea.stanford.edu>
- Date: Thu, 4 Aug 88 17:37:05 PDT
- Cc: cl-cleanup@sail.stanford.edu
- In-reply-to: Skona Brittain's message of Tue, 26 Jul 88 16:53:21 PDT <8807270025.AA26144@edsel.lucid.com>
re: Now that we've supposedly finished with function-type,
is anybody working on a proposal to introduce a func-
tion that would retrieve the lambda-expression defini-
tion from a user-defined function object?
Lucid Common Lisp has such a function, called SOURCE-CODE. It retrieves
the lambda expression used in an interpretive definition, even after sub-
sequent compilation of the function; but it does not attempt to maintain
an "out-of-core" database like the emacs TAGS facility.
-- JonL --