Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!cs.utexas.edu!samsung!zaphod.mps.ohio-state.edu!sunybcs!boulder!gore!jacob From: jacob@gore.com (Jacob Gore) Newsgroups: comp.lang.eiffel Subject: Re: Eiffel cleanup #5: The character set Message-ID: <120004@gore.com> Date: 25 Jan 90 01:54:04 GMT References: <236@eiffel.UUCP> Reply-To: jacob@gore.com (Jacob Gore) Organization: Gore Enterprises Lines: 20 / comp.lang.eiffel / shelley@atc.sps.mot.com (Norman K. Shelley) / Jan 24 1990/ > In fact I would appreciate the ability to use the > exclamation point character as "not" and "/" (for "!=" instead of having > to use "/="). A personal mapping file, preprocessor, or whatever to allow my > taste (and many Unix/C programmers taste) would be extremely nice. This is going too far. It's one thing to accomodate hardware restrictions, but quite another to provide character mappings for the purpose of personal style. Are you going to ship your personal mapping file with each file of source code? And what if there are several people working on one project -- how are you going to associate their mappings with various files? ``#include "normans_key_map.h"''? If "/=" bothers you so much, you can always run your programs through something like "sed -e 's:!=:/=:g'" before letting the compiler (AND other people) see it. Jacob -- Jacob Gore Jacob@Gore.Com boulder!gore!jacob