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.9 required=5.0 tests=BAYES_00,FORGED_GMAIL_RCVD, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,2b9375ec36b47df4 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!nx02.iad01.newshosting.com!newshosting.com!198.186.194.249.MISMATCH!transit3.readnews.com!news-xxxfer.readnews.com!news-out.readnews.com!postnews3.readnews.com!not-for-mail Date: Sun, 25 Jul 2010 15:52:14 -0400 From: "Peter C. Chapin" User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.7) Gecko/20100713 Lightning/1.0b2 Thunderbird/3.1.1 MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: books on numerical programming in Ada References: <5833b88b-a61e-4a8d-b4ed-c877f1eac7a1@g35g2000yqa.googlegroups.com> <4c4b35b2$0$2375$4d3efbfe@news.sover.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Message-ID: <4c4c95c4$0$2385$4d3efbfe@news.sover.net> Organization: SoVerNet (sover.net) NNTP-Posting-Host: 73b72674.news.sover.net X-Trace: DXC=`;T:]f@PFND]dI?8hh>1UOK6_LM2JZB_C76Z;?_EgR]L:WUUlR<856O88O\k\:`oTMgB]MYX<3hCM X-Complaints-To: abuse@sover.net Xref: g2news1.google.com comp.lang.ada:12563 Date: 2010-07-25T15:52:14-04:00 List-Id: On 2010-07-25 06:41, Ada novice wrote: > I have seen other books in other programming languages written by > engineers other than in the field of computer science. These books > typically won't contain the most efficient implementation nor will use > the best data types to represent a given entity. Many of engineers > involved with numerical calculations still keep their own Fortran > mentality and when they write a programming book in C for example, you > can easily see how the C codes seem to be a mere line by line > translation of some Fortran codes. So are you saying that you are looking for a book on numerical methods that is written by someone who is foremost a software engineer? I can see your points. Peter