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,24d7acf9b853aac8 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news4.google.com!feeder.news-service.com!feeder.news-service.com!85.214.198.2.MISMATCH!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Natasha Kerensikova Newsgroups: comp.lang.ada Subject: Re: S-expression I/O in Ada Date: Sun, 29 Aug 2010 14:34:41 +0000 (UTC) Organization: A noiseless patient Spider Message-ID: References: <547afa6b-731e-475f-a7f2-eaefefb25861@k8g2000prh.googlegroups.com> <4c77d250$0$7653$9b4e6d93@newsspool1.arcor-online.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Injection-Date: Sun, 29 Aug 2010 14:34:41 +0000 (UTC) Injection-Info: mx01.eternal-september.org; posting-host="Mda950WjNwNLAFOE7yJXQw"; logging-data="7118"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19Xr3hWeQnbSIM3tTkZPOTO" User-Agent: slrn/0.9.9p1 (FreeBSD) Cancel-Lock: sha1:q7Chl3UJOubp3xj2XzByZ4a7+mo= Xref: g2news1.google.com comp.lang.ada:13813 Date: 2010-08-29T14:34:41+00:00 List-Id: On 2010-08-29, Jeffrey Carter wrote: > On 08/29/2010 03:45 AM, Natasha Kerensikova wrote: >> >> I find compiler issues to be the weakest point of Ada: documentation is >> pretty well hidden, installation is a mess, and there is that >> project-file stuff which seems almost as complicated as Ada language >> itself, while being compiler-dependant. Coming for a C world where >> everything is simpler and well documented in manual pages... > > Make files are simple? I still don't understand them completely ... I depends on what you're trying to with them. I agree that makefiles can be pretty obscure, but that usually happen when you're trying to make it do more than it was meant to. Now honestly I have not looked into project files yet, so I have no idea of their expressive power or clarity. However project files are specific to Ada, while makefiles have a much broader use, which makes them more useful as a standard and a more rewarding time investment. Thanks for the discussion, Natasha