[gambit-list] reading list of symbols defined in top level

lowly coder lowlycoder at huoyanjinjing.com
Sun Feb 1 00:09:46 EST 2009


suppose I have test.scm:

(define (foo ...) ...)
(define (bar ...) ...)
(define (yay ...) ...)

(some-magical-funcion) --> '(bar foo yay) # is this possible?

basically, I want to have some function I can call to get a list of all
symbols defined in the current top level
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.iro.umontreal.ca/pipermail/gambit-list/attachments/20090131/3b8a6603/attachment.htm>


More information about the Gambit-list mailing list