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,FROM_NUMERIC_TLD autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f0c409dd602e5e30 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!cyclone1.gnilink.net!spamkiller.gnilink.net!gnilink.net!trnddc02.POSTED!6b9befe9!not-for-mail From: Randy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.2) Gecko/20040804 Netscape/7.2 (ax) X-Accept-Language: en-us, en, ja MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: An old question? References: <4566922.E99l4v3GT0@linux1.krischik.com> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Mon, 25 Apr 2005 13:22:48 GMT NNTP-Posting-Host: 71.105.140.148 X-Complaints-To: abuse@verizon.net X-Trace: trnddc02 1114435368 71.105.140.148 (Mon, 25 Apr 2005 09:22:48 EDT) NNTP-Posting-Date: Mon, 25 Apr 2005 09:22:48 EDT Xref: g2news1.google.com comp.lang.ada:10684 Date: 2005-04-25T13:22:48+00:00 List-Id: Marin David Condic wrote: > Poke around at the following sites as well: > > http://www.adapower.com/ > http://www.adaworld.com/ > > They've got links to lots of interesting stuff for newbies & experienced > developers. > > For an Ada compiler (and other useful tools) at no cost for either Linux > or Windows, see: > > http://libre.act-europe.fr/ > > Specific tools they have that make a good development environment are: > > http://libre.act-europe.fr/GNAT/ -- Compiler > http://libre.act-europe.fr/GtkAda/ -- GUI Builder > http://libre.act-europe.fr/gps/ -- Gnat Programming System (IDE) > > The above stuff makes a good starter kit for someone wanting to learn > Ada. There are other tools as well, but it depends on your app of > interest. Other compilers and toolsets are available from a number of > places either with freebie-starter-editions or low cost personal > editions. If you need something for a full-up, serious, industrial > strength application, there are places that can charge you lots of money > for supported, high-end compilers and tools as well. The AdaPower > website has links to most of the vendors somewhere. > > Good luck! > > MDC > > Martin Krischik wrote: > >> Start here: >> >> http://en.wikibooks.org/wiki/Programming:Ada:Installing >> http://en.wikibooks.org/wiki/Programming:Ada:Tutorials >> http://en.wikibooks.org/wiki/Programming:Ada >> >> http://en.wikipedia.org/wiki/Ada_programming_language#External_links >> >> Martin >> > Thanks!