This is the mail archive of the guile@cygnus.com mailing list for the guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Dumping guile symbols


> actually, i've been wondering if there is a command to list out all
> defined symbols in guile.  any chance?  (would help in debugging situation
> like this)

I'm finding the defined primitive functions by going to the source code
and typing:

grep -n SCM_PROC *.c

	- Tel