[plt-scheme] possible enter!/drscheme bug
On Aug 3, Psy-Kosh wrote:
> On Sun, 03 Aug 2008 13:43:04 -0400, Eli Barzilay <eli at barzilay.org> wrote:
>
> > 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".
>
> Ooooh, okay, thanks. In that case it looks like there's a documentation
> bug: The docs insist that scheme contains scheme/enter.
You're right -- fixed in svn. Thanks for pointing it out.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!