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

From: ifconfig (nslookupifconfig at hotmail.com)
Date: Wed Apr 28 03:33:42 EDT 2004

> None of them work properly:
> * |...| makes code really verbose,
> * #cs works fine only when you have some global construct that you use
>   like #cs(module ...),
> * -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...)
> * `read-case-sensitive' works only for REPL-like stuff.



Posted on the users mailing list.