guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

finding procedure definitions


From: Scott N. Walck
Subject: finding procedure definitions
Date: Fri, 29 Feb 2008 11:30:50 -0500

Guile folks,

Is there a way to ask for the definition of a procedure or to find the
source code for a procedure?

For example, "symbol" is a guile procedure.  I can see that by typing
its name.

guile> symbol
#<procedure symbol args>

But how can I find more information, such as its definition, including
what types of arguments it expects and what it does and returns?  I
don't see symbol listed in the Guile Reference manual index.  I'm not
sure where to look in the source code.

Thanks,

Scott





reply via email to

[Prev in Thread] Current Thread [Next in Thread]