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,df03be602fb027c7 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!newsfeed.stueberl.de!newsfeed01.sul.t-online.de!newsfeed00.sul.t-online.de!t-online.de!newsfeed.freenet.de!news.astraweb.com!newsrouter1.astraweb.com!not-for-mail From: Phil Newsgroups: comp.lang.ada Subject: Re: Which Ada IDE is best for Numerical Analysis? Date: Wed, 13 Oct 2004 12:01:35 +0100 Message-ID: References: <97de285c.0409272101.4fe36814@posting.google.com> <97de285c.0409281051.1eb0d1d3@posting.google.com> <415bdf15@news.ecs.soton.ac.uk> <17cd177c.0409300621.7ccfbf45@posting.google.com> <97de285c.0410012049.86b7ade@posting.google.com> X-Newsreader: Forte Agent 1.8/32.548 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Organization: Unlimited download news at news.astraweb.com NNTP-Posting-Host: 4697eee5.news.astraweb.com X-Trace: DXC=g4V2CYOaVU36k]7j^a\l<5L?0kYOcDh@:^k^4DSOMk1?8Xn:3c>Wfb<9LPCNP^TLh1KKB6X>\U0^LidEDN? Xref: g2news1.google.com comp.lang.ada:5139 Date: 2004-10-13T12:01:35+01:00 List-Id: > >>From all your responses I am getting the impression that the IDE is of >less importance than the compiler, and a good set of mathematics >libraries. The compiler must be able to read the mathematics >libraries and from what I have found most of the libraries are either >in Fortran or C++. I was woundering if it is general practice to buy a >commercial package like Mathematica, Maple, Mathcad, or Mathlab to use >as a Mathematics library. Then most of the programs written would be >more of an assemblying of library pieces and less building your own >mathematical libraries. These programs "Mathematica, Maple, Mathcad, or Mathlab" - i thought these were programing environments that are functional environments and hence well suited to numerical analysis, that would have libraries too.??? I have never used them. Do they have libraries that are avaible to external programs such as ADA? I am doing a card game simulaton. I chose ADA because i wanted the strong checking and I had some familiarity. some statisticil stuff is vailable as C, such as the general scientfic library and ada can bind with them. I Also knew how to go about the problem in a procedual language like ADA. never used purely functional language except on Gate arrays, I might wait until i have a functional computer before tryng to use a functional language. wondering whch language/environment you settled on? Phil