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-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,fca456da8e6ec463 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-02-08 12:00:33 PST Path: supernews.google.com!sn-xit-02!supernews.com!isdnet!howland.erols.net!feed2.news.rcn.net!rcn!korova.insync.net!uunet!sac.uu.net!usenet.rational.com!not-for-mail From: "Mark Lundquist" Newsgroups: comp.lang.ada Subject: Re: Latin, Shakespeare, and other irrelevant topics Date: Thu, 8 Feb 2001 11:47:31 -0800 Organization: Rational Software Message-ID: <95uta6$f09$1@usenet.rational.com> References: <94p9fl$a1g$1@nnrp1.deja.com> <94qbb4$bs1$1@nnrp1.deja.com> <94rkj1$d4r$1@nnrp1.deja.com> <87k87i2ha7.fsf@deneb.enyo.de> <94vnup$kia$1@nnrp1.deja.com> <20010208.5150800@buzco.penguinpowered.com> <3A824CF4.940EA80E@PublicPropertySoftware.com> NNTP-Posting-Host: ext-1235.rational.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Xref: supernews.google.com comp.lang.ada:5019 Date: 2001-02-08T11:47:31-08:00 List-Id: Al Christians wrote in message news:3A824CF4.940EA80E@PublicPropertySoftware.com... > Buz Cory wrote: > > > > Agreed, but forcing children to read Shakespeare early makes it less > > likely, not more, that that person will ever learn to read him with > > understanding and enjoyment. > > > > Let us return to an on-topic topic, if only as an aside: Then I suppose we should change the subject line :-)... but I couldn't figure out what to change it to :-) > > If my intent is to write code that will be not only read and performed, > but also revered, 400 years hence, what language and style should I > take a shot at? Language: empirically, COBOL seems to have the most staying power. Style: as obscure as possible. If nobody knows what your code does or how it works, they will be afraid to change it and it will acheive immortality. :-) :-) :-) > > How is it that single authors produce the most praised literary works, > but egoless, pair, and team-oriented approaches are favored for software > works? 1) Time-efficiency. Important in software development, not important in literature. 2) Art is (arguably) a personal expression. Programming is instrumental (not an end in itself), and ideally the only thing "expressed" about its author(s) is how good he/she/they are at solving the problem. Often two heads are better than one, as the saying goes (but n+k heads are not necessarily better than n -- cf. Brooks, "Out Of The Tar Pit").