[plt-scheme] provide-for-syntax?

From: Matthew Flatt (mflatt at cs.utah.edu)
Date: Wed May 23 19:57:03 EDT 2007

At Wed, 23 May 2007 16:26:44 -0700, YC wrote:
> > > Right. The `mzscheme' language plays a trick: it exports a
> > > `#%module-begin' that inserts a `(require-for-syntax mzscheme)' into
> > > the body of a module. This trick doesn't compose well, as you've
> > > discovered.
> 
> 
> Interesting - is this buried in C source code or is this in the scheme lib
> collection?  I can't seem to find a mzscheme.ss.

It's in "src/mzscheme/src/startup.ss".

Matthew



Posted on the users mailing list.