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: bda4de328f,e67cdb1dcad3c668 X-Google-Attributes: gidbda4de328f,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx01.iad01.newshosting.com!209.197.12.246.MISMATCH!nx02.iad01.newshosting.com!newshosting.com!69.16.185.21.MISMATCH!npeer03.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!spln!extra.newsguy.com!newsp.newsguy.com!news6 From: "J. Clarke" Newsgroups: comp.lang.ada,comp.lang.fortran,comp.lang.pl1 Subject: Re: Why is Ada considered "too specialized" for scientific use Date: Thu, 15 Apr 2010 00:15:34 -0400 Organization: NewsGuy - Unlimited Usenet $19.95 Message-ID: References: <4bb9c72c$0$6990$9b4e6d93@newsspool4.arcor-online.net> <4bba8bf1$0$56418$c30e37c6@exi-reader.telstra.net> <4bbb2246$8$fuzhry+tra$mr2ice@news.patriot.net> <4bbb5386$0$56422$c30e37c6@exi-reader.telstra.net> <4bbbc752$2$fuzhry+tra$mr2ice@news.patriot.net> <4bc5a414$0$78577$c30e37c6@exi-reader.telstra.net> NNTP-Posting-Host: pccae527cee101c65cf0b81b9365d20336d5621126b67a3f9.newsdawg.com Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.7) Gecko/20100111 Thunderbird/3.0.1 Hamster-Pg/1.13 In-Reply-To: Xref: g2news2.google.com comp.lang.ada:10960 comp.lang.fortran:24735 comp.lang.pl1:1254 Date: 2010-04-15T00:15:34-04:00 List-Id: On 4/14/2010 11:20 AM, Dmitry A. Kazakov wrote: > On Wed, 14 Apr 2010 08:12:07 -0400, J. Clarke wrote: > >> I think you're conflating algorithms and programs. An algorithm is a >> procedure for doing something. A program implements that algorithm on a >> particular set of hardware. Most development of algorithms is done with >> pencil and paper, not a programming language. > > Algorithm is a program running on the hardware of human brain, "programmed" > in some more or less formal system. Some algorithms can be translated into > other systems (computer programming languages) for other hardware > (computers), which is a part of what we call programming. If you consider what humans do to be "running a program".