Case sensitivity (was Conjugate is weird)



Hello *,

Just a minor comment:

> First, I'm quite sure that case sensitivity is
> very convenient and important feature.
> I infer this from my personal practical
> experience with different CAS (say Reduce (case
> insensitive) vs Mathematica (case sensitive)).
If you insert the line

input_case nil$

at the top of your REDUCE program, REDUCE will be case-sensitive,
with all built-in functions etc. being lowercase. I always use this,
because it is more convenient (here I agree with you).

Andrey