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,2a34b7ad6c6a0774 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news1.google.com!postnews.google.com!a36g2000yqc.googlegroups.com!not-for-mail From: =?ISO-8859-1?Q?Elias_Salom=E3o_Helou_Neto?= Newsgroups: comp.lang.ada Subject: Re: Efficiency of code generated by Ada compilers Date: Thu, 19 Aug 2010 11:52:08 -0700 (PDT) Organization: http://groups.google.com Message-ID: References: <1jn1a4o.1dfllwo1uin3imN%csampson@inetworld.net> <1jn36d6.se2f0g1edjjnyN%csampson@inetworld.net> <61f149b9-00ff-40cd-9698-01e69fdc5c0f@v15g2000yqe.googlegroups.com> <1fwir3k681b8x.unwo52g4gt32.dlg@40tude.net> <1etv7lg9vhv75$.1wsmzfmjtatxz$.dlg@40tude.net> <1949vgyi9nb9f$.1sor9b40ihfx9.dlg@40tude.net> NNTP-Posting-Host: 143.107.183.162 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1282243928 15163 127.0.0.1 (19 Aug 2010 18:52:08 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 19 Aug 2010 18:52:08 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: a36g2000yqc.googlegroups.com; posting-host=143.107.183.162; posting-account=8auP9QoAAACkSx2qxJhP83KA6-tg78E8 User-Agent: G2/1.0 X-HTTP-UserAgent: Mozilla/5.0 (X11; U; Linux x86_64; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.99 Safari/533.4,gzip(gfe) Xref: g2news1.google.com comp.lang.ada:13518 Date: 2010-08-19T11:52:08-07:00 List-Id: On Aug 18, 1:38=A0pm, "Dmitry A. Kazakov" wrote: > On Wed, 18 Aug 2010 07:00:56 -0700 (PDT), Elias Salom=E3o Helou Neto wrot= e: > > > but I did not feel compelled to learn a > > whole new language only because of them. > > Even if the language is so good? (:-)) Ok, ok, I just don't think I'll tackle the task right now, but where do you recommend me to start from? > > Furthermore, C++ can use so > > many numeric libraries which I am not sure would be available in Ada > > that I tend to stay here in my comfort zone. > > You can do it in Ada, no problem actually. Interfacing to C is easy in Ad= a. This is really important to make me feel more confident. Elias.