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: fc89c,97188312486d4578 X-Google-Attributes: gidfc89c,public X-Google-Thread: 103376,97188312486d4578 X-Google-Attributes: gid103376,public X-Google-Thread: 1014db,6154de2e240de72a X-Google-Attributes: gid1014db,public X-Google-Thread: 109fba,baaf5f793d03d420 X-Google-Attributes: gid109fba,public X-Google-Thread: 10db24,4cf070091283b555 X-Google-Attributes: gid10db24,public From: atbowler@thinkage.on.ca (Alan Bowler) Subject: Re: What's the best language to learn? [was Re: Should I learn C or Pascal?] Date: 1996/08/23 Message-ID: #1/1 X-Deja-AN: 176104846 sender: news@thinkage.on.ca references: <01bb8c70$8f711800$87ee6fce@timpent.airshields.com> <32187C76.41C67EA6@ceco.ceco.com> <01bb8ded$c55ea3a0$87ee6fce@timpent.airshields.com> organization: Thinkage Ltd. newsgroups: comp.edu,comp.lang.ada,comp.lang.c,comp.lang.c++,comp.unix.programmer Date: 1996-08-23T00:00:00+00:00 List-Id: In article <01bb8ded$c55ea3a0$87ee6fce@timpent.airshields.com> "Tim Behrendsen" writes: >I think Brooks' point is to measure relative programmer >productivity in the same language, not different languages. What >is it the average programmer produces; like, 100 lines/month >of fully debugged code or some low number? Obviously, it's >not the amount of typing that influences productivity. Almost, however, it has been found that the the number of lines produced by the same programmer is somewhat language independant. I.e. the same guy will write 100 lines of assembler in about the same time as he writes a hundred lines of Fortran > >In fact, let's *dramatically* increase productivity and move >to APL! Heck, I remember a friend of mine wrote a "moon rocket >lander" game in 1 line of APL on a dare. A very *long* line, >mind you... APL is an exception to the line count rules. Someone else once obsered that for most languages you measure size in terms of lines. For APL you measure it in square inches.