Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.2 9/18/84; site imagen.UUCP Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!genrad!decvax!decwrl!sun!saber!imagen!SofPasuk From: SofPasuk@imagen.UUCP (Munach Rvi'i) Newsgroups: net.lang.c Subject: Re: Re: fast code and no morals Message-ID: <231@imagen.UUCP> Date: Sun, 2-Feb-86 20:17:48 EST Article-I.D.: imagen.231 Posted: Sun Feb 2 20:17:48 1986 Date-Received: Wed, 5-Feb-86 00:50:46 EST References: <842@megaron.UUCP> <1820@brl-tgr.ARPA> <68@valid.UUCP> <651@brl-smoke.ARPA> <366@ccivax.UUCP> Distribution: net Organization: Imagen Corp., Santa Clara, CA Lines: 16 > In article <651@brl-smoke.ARPA> ron@brl-smoke.ARPA (Ron Natalie ) writes: > >>> So what? This can be written "structured" ... > >> Sure is recommended if you are optimizing for speed > >If you are going to blast away at all the good features of a high level > >language for the sake of speed, why don't you just program in assembler? > > Assembler isn't portable, C is. > > Since C is not sensitive to newlines that often, additional comments > could be added. "C" is as portable as Stonehedge!! At least assembler languages don't pretend to be portable. You know that there is work to go from system to system. The "security" of porting with "C" is the killer - the insidious differences between implementations can kill you because you don't expect them and can't plan well for them.