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.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                    http://barzilay.org/                   Maze is Life!

_________________________
  Racket Developers list:
  http://lists.racket-lang.org/dev

Reply via email to