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=-0.3 required=5.0 tests=BAYES_00,FREEMAIL_FROM, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,2353cc2ebdf8fc4a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-04 19:15:18 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!elk.ncren.net!nntp.upenn.edu!msunews!not-for-mail From: "Chad R. Meiners" Newsgroups: comp.lang.ada Subject: Re: [OT] Gibson's vision of computer languajes Date: Mon, 4 Mar 2002 22:12:13 -0500 Organization: Michigan State University Message-ID: References: Reply-To: "Chad R. Meiners" NNTP-Posting-Host: arctic.cse.msu.edu X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Xref: archiver1.google.com comp.lang.ada:20797 Date: 2002-03-04T22:12:13-05:00 List-Id: No reason to get your blood boiling. Remember high level languages have can have some speed trade-offs; this is risk you take when you allow the machine to do the compiling. Of course with modern pipelined processors I would rather the compiler do all the fancy tricks to tweak out all the speed instead of me manually scheduling instructions to avoid stalls. -CRM "Jano" <402450@cepsz.unizar.es> wrote in message news:MPG.16ee10f0509986e9896f2@news.cis.dfn.de... > I'm pretty sure many of us know Steven Gibson. Today I've tested a > freeware from him. In the instructions page he made these statements: > > "All of my programs are so small and so fast because I write only in the > one, true, computer language: Assembly Language. All other languages > reduce to assembly language, but they lose a lot in the translation. > (Judge for yourself.)" > > "People who can't program in assembly language (just about everyone) get > really annoyed with me when I talk about how much better it is than their > pet language. But it's not my fault if they just say they care about > quality." > > My blood is boiling. I want only to share to cool me a little down. > > -- > ---------------------- > Jano > 402450@cepsz.unizar.es > ----------------------