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,7b5615402713dcbb X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.81.202 with SMTP id c10mr1593383pay.40.1346084036931; Mon, 27 Aug 2012 09:13:56 -0700 (PDT) Path: a5ni15264pbv.0!nntp.google.com!news1.google.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: kalvin.news@gmail.com Newsgroups: comp.lang.ada Subject: Re: Ada and Java/C++ Date: Mon, 27 Aug 2012 09:08:07 -0700 (PDT) Organization: http://groups.google.com Message-ID: <66222bbf-a921-490e-8281-db8defa3aba6@googlegroups.com> References: <8bfbf709-18ac-43cd-b037-ce47adde96c2@googlegroups.com> <1dy5xgqtdqpp6$.qio4t8fjk8b5.dlg@40tude.net> <513d6efb-6aad-4013-8b21-37c75aa6aaf7@googlegroups.com> NNTP-Posting-Host: 83.150.124.2 Mime-Version: 1.0 X-Trace: posting.google.com 1346084034 11604 127.0.0.1 (27 Aug 2012 16:13:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 27 Aug 2012 16:13:54 +0000 (UTC) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=83.150.124.2; posting-account=QrZwxQoAAAByl3YAWTpexAk3yBYyZMHn User-Agent: G2/1.0 Content-Type: text/plain; charset=ISO-8859-1 Date: 2012-08-27T09:08:07-07:00 List-Id: maanantai, 27. elokuuta 2012 18.26.26 UTC+3 J-P. Rosen kirjoitti: > Number 1 quality of Ada is readability: if you change the syntax, you > will badly hurt it. And to not surprise C-programmers, you'll have to > reintroduce the crazy syntax of switch statements, with mandatory break... Like Java extended and modified original C syntax for its needs, Jada/Cada can do the same. Our hands are not tied to Java/C syntax too much, so that we couldn't fix C/Java syntax where needed. Java resembles to C, but it is still not C. > Also, what often frightens C-ers is that types cannot be mixed at will. > Would you reintroduce automatic type promotion? No thanks. Jada/Cada is not supposed to be C, but vastly improved version of C with Ada's robust type handling. The programmers can use Java or Misra C if they don't want to create robust software :) > -- > > J-P. Rosen > > Adalog > > 2 rue du Docteur Lombard, 92441 Issy-les-Moulineaux CEDEX > > Tel: +33 1 45 29 21 52, Fax: +33 1 45 29 25 00 > > http://www.adalog.fr - Calvin