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,fef3ad775ef4b0b7 X-Google-Attributes: gid103376,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!p58g2000hsb.googlegroups.com!not-for-mail From: Vadim Godunko Newsgroups: comp.lang.ada Subject: Re: Ada for 1st year students Date: Thu, 9 Oct 2008 09:44:39 -0700 (PDT) Organization: http://groups.google.com Message-ID: <81e7a2cb-c8a9-48fa-a95a-cec274dc5f07@p58g2000hsb.googlegroups.com> References: <60e0c5f0-1e17-4add-b21e-b1ef622d5233@v13g2000pro.googlegroups.com> NNTP-Posting-Host: 87.117.54.45 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Trace: posting.google.com 1223570679 8209 127.0.0.1 (9 Oct 2008 16:44:39 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 9 Oct 2008 16:44:39 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: p58g2000hsb.googlegroups.com; posting-host=87.117.54.45; posting-account=niG3UgoAAAD7iQ3takWjEn_gw6D9X3ww User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.4) Gecko/20070601 SeaMonkey/1.1.2,gzip(gfe),gzip(gfe) Xref: g2news1.google.com comp.lang.ada:2289 Date: 2008-10-09T09:44:39-07:00 List-Id: On Oct 9, 8:06 pm, amado.al...@gmail.com wrote: > > (2) Compilers. Must be free (as in free beer) or very low cost > (perhaps an educational license) and install out-of-the box on Windows > or Linux (or both, preferably). Must support Latin-1, preferably > Unicode. The vendor should be prompt. > Both GNAT GPL and GNAT GAP (Academic) are free of charge, support Linux 32/64 and Windows, easy for install. > (3) IDE or text editor. Same requirements as above. > GPS is a part of the GNAT GPL/GAP. > (4) Graphic or GUI library. (I want to be able to produce graphical > output, not just the same old text output on a teletype-like window.) > Same requirements as above, plus: a simple or small API, eventually at > the cost of possibilities (e.g. may be limited to a single window, of > a single fixed size, limited number of colors). Should have some > support for input, e.g. textboxes, buttons, mouse input. Should use a > simple fragment of Ada, viz. excluding OOP. Should support printing, > or exporting to PDF or some such, or clipboard copying onto a "office" > document, or any combination of the above. Support for a picture > format would be a plus (PNG, JPEG...) > GtkAda and QtAda. But both has large and powerful API and use OOP. QtAda has binary package for Windows.