[plt-scheme] possible enter!/drscheme bug

From: Eli Barzilay (eli at barzilay.org)
Date: Sun Aug 3 13:43:04 EDT 2008

On Aug  3, Psy-Kosh wrote:
> enter! is supposed to be provided in the scheme lang (though not  
> scheme/base) right?

No, it's provided by scheme/enter, which is included in scheme/init,
which is what mzscheme actually uses.  So in drscheme you need to
require it explicitly (but the whole point is to have something that
can be used like the module language in drscheme).  You can also see
that you don't get it if you run "mzscheme -I scheme".

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


Posted on the users mailing list.