[plt-scheme] `load` from custom port?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed Jun 25 21:31:17 EDT 2008

At Wed, 25 Jun 2008 18:26:20 -0700, YC wrote:
> On Wed, Jun 25, 2008 at 6:11 PM, Eli Barzilay <eli at barzilay.org> wrote:
> 
> >
> > You can write a loop that will read expressions from the port and pass
> > them to `eval'.  It's basically what `load' does.
> >
> 
> Yeah that's what I'm doing now - I was hoping there is a way to customize
> mzscheme at this level without having to provide my own `load` and `read`
> family symbols - oh well ;)

Does it work to set the load handler via `current-load'?


Matthew



Posted on the users mailing list.