j
k
j a
j l
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!
Retour au fil de discussion
Retour à la liste