Case insenitivity
You can (setf (readtable-case *readtable*) :preserve) to get the correct case. You might want to copy-readtable and use it for only the parts of the program that you want to be case in-sensitive as it can break some libraries.
You can (setf (readtable-case *readtable*) :preserve) to get the correct case. You might want to copy-readtable and use it for only the parts of the program that you want to be case in-sensitive as it can break some libraries.