[gambit-list] namespace alias

lowly coder lowlycoder at huoyanjinjing.com
Mon Jul 13 14:31:31 EDT 2009


What is the closest I can get to the following?

-- foo.scm --

(namespace ("foo#))
(define x 20)

-- main.scm --

(load "foo")
(alias "foo#" "bar#") ; how do I do this?

(pp bar#x); I want it to say 20

Thanks!



More information about the Gambit-list mailing list