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: 103376,52ec6426805daa89 X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.13.201 with SMTP id j9mr418643pbc.23.1316597281605; Wed, 21 Sep 2011 02:28:01 -0700 (PDT) Path: lh7ni1732pbb.0!nntp.google.com!news1.google.com!postnews.google.com!m5g2000vbm.googlegroups.com!not-for-mail From: Gautier write-only Newsgroups: comp.lang.ada Subject: Re: Ada is on the rise! Date: Wed, 21 Sep 2011 02:26:26 -0700 (PDT) Organization: http://groups.google.com Message-ID: <95a5ccce-5c8f-496a-8bf0-280c77169cf5@m5g2000vbm.googlegroups.com> References: <4e608ed3$0$303$14726298@news.sunsite.dk> <9dsljaF5neU1@mid.individual.net> NNTP-Posting-Host: 206.122.158.4 Mime-Version: 1.0 X-Trace: posting.google.com 1316597281 9048 127.0.0.1 (21 Sep 2011 09:28:01 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Wed, 21 Sep 2011 09:28:01 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: m5g2000vbm.googlegroups.com; posting-host=206.122.158.4; posting-account=gRqrnQkAAAAC_02ynnhqGk1VRQlve6ZG User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: HNKUARELSC X-HTTP-UserAgent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/14.0.835.186 Safari/535.1,gzip(gfe) Xref: news1.google.com comp.lang.ada:18065 Content-Type: text/plain; charset=ISO-8859-1 Date: 2011-09-21T02:26:26-07:00 List-Id: On 21 sep, 01:23, George wrote: > Can you tell me what the advantges of using Ada are compared to other > modern languages like Java and C#? OTOH 1. Ada is multiplatform, so you can compile to JVM, .Net but also native platforms 2. Performance: e.g. for number-crunching you can get an Ada program compiled to native Win32 running 10x faster than a C# equivalent 3. With .NET (perhaps also Java ?), you need to use reference types most of the time; with Ada's type system you can use value types most of the time 4. Ada is oriented at catching the most possible bugs at compile-time, through its syntax and its strong type system; so you have many bugs that don't flow into run-time problems. Result is that you can go much earlier and much more relaxed out of the office :-) Cheers ______________________________________________________________________________ Gautier's Ada programming -- http://gautiersblog.blogspot.com/search/label/Ada NB: follow the above link for a valid e-mail address