[plt-scheme] case-sensitive reader by default
If possible, I would like quote to be case sensitive, but eval to be case
insensitive, such as (define x 5) and (DEFINE X 5) would act the same, and
although `x and `X would be different, (eval `x) would be the same as
(eval `X).
That way, you could add --case-sensitive and --case-insensitive flags that
would make it work like conventional case sensitivity and insensitivity. I
would also add read-ci and eval-cs in that case.
Yours truly,
ifconfig
BAGOS
http://bagos.sourceforge.net