[gambit-list] namespace alias

Ben Weaver ben at orangesoda.net
Tue Jul 14 14:16:22 EDT 2009


This has a different syntax than your example, but is semantically equivalent:

(define-macro (bar identifier)
  (string->symbol
   (string-append
    "foo#"
    (symbol->string identifier))))

;; Example use:

(pp (bar x))

Best wishes,

-Ben



More information about the Gambit-list mailing list