[racket] obtaining name of module-level binding

From: Danny Yoo (dyoo at hashcollision.org)
Date: Tue Aug 7 16:58:48 EDT 2012

>        ;; Question to others: how can this be simplified?
>        (splicing-let-syntax ([get-literal-metadata
>                               (lambda (stx)
>                                 #`(#%datum . #,(format "~s"


I did a slight simplification of the code.  I'm putting up the revised
version here:

    https://gist.github.com/3289283

Hope this helps!

Posted on the users mailing list.