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.0 required=5.0 tests=BAYES_00,FORGED_HOTMAIL_RCVD2, FREEMAIL_FROM autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,6928b62e05f4baa0 X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Received: by 10.66.85.231 with SMTP id k7mr1834025paz.38.1344322799725; Mon, 06 Aug 2012 23:59:59 -0700 (PDT) Path: g9ni1929pbo.0!nntp.google.com!npeer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!border3.nntp.dca.giganews.com!border1.nntp.dca.giganews.com!border4.nntp.dca.giganews.com!border2.nntp.dca.giganews.com!nntp.giganews.com!ctu-peer!ctu-gate!news.nctu.edu.tw!usenet.stanford.edu!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: francois_fabien@hotmail.com Newsgroups: comp.lang.ada Subject: Re: Which compiler / IDE do you recommend for a beginner? Date: Tue, 31 Jul 2012 11:02:36 -0700 (PDT) Organization: http://groups.google.com Message-ID: <3b017e5b-b790-46cd-b5ac-9ddce13e5608@googlegroups.com> References: NNTP-Posting-Host: 109.190.25.159 Mime-Version: 1.0 X-Trace: posting.google.com 1343757855 23862 127.0.0.1 (31 Jul 2012 18:04:15 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 31 Jul 2012 18:04:15 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=109.190.25.159; posting-account=DAe9nQkAAAB9gkplHzkiZyyp2GkJ0X9B User-Agent: G2/1.0 X-Received-Bytes: 1842 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-07-31T11:02:36-07:00 List-Id: Le mardi 31 juillet 2012 13:26:19 UTC+2, Dufr a =E9crit=A0: > Which compiler / IDE do you recommend for a beginner? >=20 GNAT/GPS (Adacore has a GPL version) is a nice and matured IDE to start wit= h. At the start, you must set up project, but the wizard is very helpful. To get acquainted with the langage you have plenty (500+) of code samples a= t Rosetta : http://rosettacode.org/wiki/Category:Ada When you will have bigger projects with many libraries, the remark of Dmitr= y is true: you must handle project files outside GPS.