Re: Case-sensitivity goals, policy and implementation



James Amundson wrote:
> On Wed, 2004-10-13 at 13:39, Raymond Toy wrote:
> 
>>I'm attaching a patch that implements this.  This is just a proof of
>>concept to make the repl work.  But the transcript below shows that it
>>basically works.
> 
> 
> Excellent! I'll have a look at what you have done as soon as possible.
> The changes are really tiny.
> 
> --Jim
> 
> P.S. What I was trying to do with readtable-case was pretty orthogonal
> to what you have done. I won't try to justify my foolishness until after
> I have looked carefully at your changes.

This was a sledge-hammer approach; it may not be the best.  The 
readtable-case is set at the beginning and is never changed, except for 
to_lisp(), where we change it back to the default readtable.  I saw that 
there's a set-readtable-for-macsyma, so maybe we can try something along 
those lines.

When I downcase the tests, maxima will pass many of the tests, but it 
fails on others too, so clearly more work needs to be done.

Ray