On Mon, Feb 11 2013, Eli Barzilay wrote: > An hour ago, Ray Racine wrote: >> Yes, the Geiser server is meta to the target namespace and evals the sent >> form >> in target namespace. >> >> racket/enter.rkt does inject >> >> ;; Injecting racket/enter into the namespace to allow entering another module >> (unless (memq '#:dont-re-require-enter flags) >> (namespace-require 'racket/enter))) >> >> And I agree tooling such as Geiser, xrepl should be meta to entered >> namespace (s). > > Right -- the flag is something that I added for xrepl to make it > possible to avoid the injection. I think that geiser does that too. > (And otherwise, it should.)
Yes, it does something of the sort. jao -- A language that doesn't affect the way you think about programming, is not worth knowing. - Alan Perlis, Epigrams in Programing _________________________ Racket Developers list: http://lists.racket-lang.org/dev