[plt-scheme] Re: creating new readers

From: Sam TH (samth at ccs.neu.edu)
Date: Tue Oct 28 07:58:47 EDT 2008

On Tue, Oct 28, 2008 at 12:13 AM, Jon Rafkind <workmin at ccs.neu.edu> wrote:
> That module is syntax/module-reader. I think it must be used with the
> old (module ...) code instead of #lang.
>
> --
> (module reader syntax/module-reader
>       mk
[snip]
> )

You can use it with #lang like this:

#lang s-exp syntax/module-reader
 mk
-other-stuff-here-

The s-exp reader is very convenient for this sort of thing.

Thanks,
-- 
sam th
samth at ccs.neu.edu


Posted on the users mailing list.