Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!panda!talcott!harvard!seismo!brl-adm!brl-smoke!smoke!cottrell@NBS-VMS.ARPA From: cottrell@NBS-VMS.ARPA (COTTRELL, JAMES) Newsgroups: net.lang.c Subject: Fast code and no case Message-ID: <1416@brl-smoke.ARPA> Date: Fri, 28-Feb-86 16:27:05 EST Article-I.D.: brl-smok.1416 Posted: Fri Feb 28 16:27:05 1986 Date-Received: Mon, 3-Mar-86 00:35:22 EST Sender: news@brl-smoke.ARPA Lines: 15 /* > Yes, but C requires both upper- and lower-case support for > program text itself, which rules out implementation on real > dinosaurs (hurray!). Not really. Who says sizeof(char) must be a `byte' on a particular machine? You could use `int's or `short's to hold chars. And what is `case'? There are only `numbers' or `bits' inside a computer. They don't turn into `characters' until you send them to a printing device. Of course all this is so stupid I don't even know why I posted it. jim cottrell@nbs */ ------