From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,dab7d920e4340f12 X-Google-Attributes: gid103376,public From: dewar@cs.nyu.edu (Robert Dewar) Subject: Re: C is 'better' than Ada because... Date: 1996/07/18 Message-ID: #1/1 X-Deja-AN: 168766103 references: <31daad10.57288085@netline-fddi.jpl.nasa.gov> <4rgqp7$iv6@btmpjg.god.bel.alcatel.be> <31e02c32.342948604@netline-fddi.jpl.nasa.gov> <4rvr2j$2gb0@info4.rus.uni-s organization: Courant Institute of Mathematical Sciences newsgroups: comp.lang.ada Date: 1996-07-18T00:00:00+00:00 List-Id: >Because the number of lines of code per day per programmer is >fairly constant regardless of language. Using high-level languages >allows programmer to produce more software in a given period. This often-quoted statistic is misleading, it evaluates production time, but does not take into account life-cycle maintenance costs. If you take these costs into account, productivity, even measured in lines/day is much lower for assembly language programs. Also if you take into account reusability, which also affecets long term productivity, assembler looks even worse.