case-sensitive
I tried to normalize my testing experience by turning case sensitivity off in all the Schemes where I could figure out how, but I ultimately failed in some.
This choice is tested for by running
(not (eq? 'a 'A))
in each Scheme.
#t
#f