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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!wn13feed!worldnet.att.net!12.120.4.37!attcg2!ip.att.net!news.binc.net!kilgallen From: Kilgallen@SpamCop.net (Larry Kilgallen) Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng Subject: Re: Teaching new tricks to an old dog (C++ -->Ada) Date: 22 Mar 2005 07:58:29 -0600 Organization: LJK Software Message-ID: <$bieo7OeUyvE@eisner.encompasserve.org> References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <1110052142.832650@athnrd02> <423038f2$0$14970$ba620e4c@news.skynet.be> <1110556310.367604.271110@g14g2000cwa.googlegroups.com> NNTP-Posting-Host: eisner.encompasserve.org X-Trace: grandcanyon.binc.net 1111499875 7762 192.135.80.34 (22 Mar 2005 13:57:55 GMT) X-Complaints-To: abuse@binc.net NNTP-Posting-Date: Tue, 22 Mar 2005 13:57:55 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:9732 comp.lang.c++:46671 comp.realtime:1584 comp.software-eng:5185 Date: 2005-03-22T07:58:29-06:00 List-Id: In article , writes: > A language that provides a set of constraints at the outset, such as > Ada, can be annoying for little programming jobs carried out by > one person. As the software product requires more and more > people, more and more code units, and more and more time to > complete, these constraints can be useful because they prohibit > certain practices that lead to unexpected errors. I think there is another figure of merit which should be considered along with the number of programmers -- the proximity of users to a single programmer. To support a hobby of mine, I will single-handedly program in TECO macros (a strong competitor to APL in the write-only-programming race). I am the only one who runs the program, and there is nowhere else to point the finger if it fails. But for real commercial code (one now at about 200,000 sloc), I use Ada as a single-programmer, since I want my programming failures to be evident on my computer, not that of the customer of my customer.