From: Galler (lzgaller at optonline.net) Date: Tue Aug 7 14:15:40 EDT 2012 |
|
Is there a function or syntax to obtain the module-level binding of a function? For example: (define (my-function) (display (some-useful-function-which-captures-name-of-module-level-binding))) ;-> 'my-function Thanks very much. R./ Zack
Posted on the users mailing list. |
|