[plt-scheme] [OT] Re: case-sensitive reader by default

From: Eli Barzilay (eli at barzilay.org)
Date: Wed Apr 28 11:11:29 EDT 2004

On Apr 28, ifconfig wrote:
> 
> > * -g works only on Unix and only when people will execute your script
> >   instead of loading it themselves,
> Can't you start the script with the line
> #! /whatever/mzscheme -g
> ? (This is not a scheme question, I'm just learning scripting about now...)

Yes you can, but this will work only when the script is executed.  If
someone tries to load your script into another Scheme program it will
fail.  (And this happens on platforms where it is not so easy to write
shell scripts.)

-- 
          ((lambda (x) (x x)) (lambda (x) (x x)))          Eli Barzilay:
                  http://www.barzilay.org/                 Maze is Life!


Posted on the users mailing list.