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,a996db867563769d X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!feeder1.cambriumusenet.nl!feed.tweaknews.nl!193.201.147.78.MISMATCH!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Ludovic Brenta Newsgroups: comp.lang.ada Subject: Re: A few questions on Ada and Ada implementations Date: Sun, 19 Dec 2010 14:48:46 +0100 Organization: A noiseless patient Spider Message-ID: <87y67lrhz5.fsf@ludovic-brenta.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Injection-Info: mx02.eternal-september.org; posting-host="rNzg//YGBcbIs0xb2N8wgg"; logging-data="1560"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/ykBC8p4ZT4gD869d0eVbj" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) Cancel-Lock: sha1:KE7qAcCPobUr/0WfILnEWQ27YRo= sha1:tp4sNLblA2o4MPfABNeXGLoSq7M= Xref: g2news2.google.com comp.lang.ada:17017 Date: 2010-12-19T14:48:46+01:00 List-Id: Kulin Remailer writes: > I have been looking over Ada (the 95 variant) and it looks like a > great language. Are there any free (as in no license restrictions, not > GPL- anything) GUI libraries? What choices are there for handling > output besides text? gcc-Ada looks good but I prefer to avoid gcc as > much as I can and I also haven't found anything but GtkAda that seems > to be GPLed. There is a list of compilers with their licensing terms and some libraries in the "Ada Programming" wikibook[1]. For the compiler, your choices seem to be restricted to GCC (which you try to avoid) and Janus/Ada; the others are too expensive for a hobbyist unless you can persuade the vendors to give you a huge discount. As for the GUI library, the choices follow from your choice of compilers. Most GUI libraries that are available for GNU/Linux are either pure GPL or use a commercial dual-licensing scheme. Other people have already listed a few of these. [1] http://en.wikibooks.org/wiki/Ada_Programming/Installing Since I am also a hobbyist, I personally do not really understand your stance about "unencumbered" libraries; I'm perfectly happy with the GPL. This gives me a much wider range of choices. -- Ludovic Brenta.