1 Fév
2009
1 Fév
'09
00:09
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