[plt-scheme] mztext replacement

From: Dave Herman (dherman at ccs.neu.edu)
Date: Thu Feb 28 09:15:50 EST 2008

>   #lang scribble/text
>   @(define (angled . body) (list "<" body ">"))@;

This language sounds *fabulous*. I can't wait till it's available! I 
have many uses in mind.

> mzscheme foo > bar

One quick question (I'm still getting up to speed on v4): will there be 
a way to make this compatible with shebang notation? Then you could 
write e.g.

     #!/bin/env mzscheme
     #lang scribble/text
     hello, world!

and chmod 755 and then the calling the script itself generates its output.

Thanks,
Dave


Posted on the users mailing list.