analog of fundef for Maxima functions defined in lisp file
Subject: analog of fundef for Maxima functions defined in lisp file
From: Richard Fateman
Date: Sat, 18 Jun 2011 15:31:47 -0700
On 6/18/2011 3:15 PM, Edwin Woollett wrote:
> On June 18, 2011, Richard Fateman wrote:
> -----------------------------------
> Incidentally, some common lisps already store the file name and
> location on the property list of the function name, as files are loaded.
> -----------------------------------------------------
> Is this true for GCL?
> Allegro?
>
> What would be an example of accessing such a plist relating file name
> and location of a given
> function in a lisp session?
>
> Ted
>
>
For Allegro, see
http://www.franz.com/support/documentation/8.2/doc/source-file-recording.htm
actually, finding the location of the definition can be done by search,
so maybe all you need is the file name.
I don't know about GCL.