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, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,a996db867563769d X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news1.google.com!news.glorb.com!aioe.org!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: A few questions on Ada and Ada implementations Date: Sat, 18 Dec 2010 18:55:06 -0800 Organization: Aioe.org NNTP Server Message-ID: References: <9d0a7cfa-777b-4a4a-8309-ab9e4cfb6630@z9g2000yqz.googlegroups.com> Reply-To: nma@12000.org NNTP-Posting-Host: tUYQ4Ty9mMw9Pdc8TJRFQA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.13) Gecko/20101207 Thunderbird/3.1.7 Xref: g2news2.google.com comp.lang.ada:17006 Date: 2010-12-18T18:55:06-08:00 List-Id: On 12/18/2010 5:00 PM, Shark8 wrote: > Adacore has a freely available GPL compiler available for Linux or > Windows, though I am unsure if it generates 64-bit executables I know > it will generate 32-bit ones: http://libre.adacore.com/libre/ > > I haven't done any investigating into GUI libraries for Ada yet so I > cannot answer regarding that. For GUI, check GKtAda http://www.thefreecountry.com/sourcecode/gui.shtml PLPLOT http://plplot.sourceforge.net PGPLOT http://www.astro.caltech.edu/~tjp/pgplot/ DISLIN http://www.mps.mpg.de/dislin/ free for non-commerical, but no Ada binding, only C/Fortran etc... openGL http://adaopengl.sourceforge.net/ and I am sure there are more if you google hard ;) --Nasser