[plt-scheme] rename-out with contract?
On Feb 13, Chongkai Zhu wrote:
>
> > Also, I often want to experiment in DrScheme as a user of a module
> > defined in the definitions window. So the Module language is out
> > (this lets me experiment as the writer of a module), but if I use
> > the MzScheme language, I can't, AFAICT, require this module since
> > it has no name. Do I really have to save the file and use
> > (require (file ...))?
>
> The default name for the module is "page". So (require 'page) should work.
It's probably not a good idea to rely on this though.
--
((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay:
http://www.barzilay.org/ Maze is Life!