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,start X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.66.76.130 with SMTP id k2mr2355106paw.16.1346065314617; Mon, 27 Aug 2012 04:01:54 -0700 (PDT) Path: a8ni68499316pbd.1!nntp.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail From: kalvin.news@gmail.com Newsgroups: comp.lang.ada Subject: Ada and Java/C++ Date: Mon, 27 Aug 2012 03:46:33 -0700 (PDT) Organization: http://groups.google.com Message-ID: <8bfbf709-18ac-43cd-b037-ce47adde96c2@googlegroups.com> NNTP-Posting-Host: 83.150.124.2 Mime-Version: 1.0 X-Trace: posting.google.com 1346065314 21583 127.0.0.1 (27 Aug 2012 11:01:54 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Mon, 27 Aug 2012 11:01:54 +0000 (UTC) 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 Content-Transfer-Encoding: quoted-printable Date: 2012-08-27T03:46:33-07:00 List-Id: Hi All, I am not sure whether this idea has been discussed before, but I am writing= this down anyway. Java is a very popular language along C/C++. Ada has fine qualities for wri= ting robust code, that Java and c/C++ languages are missing. It seems that = Ada and other Pascal family of languages are not popular among programmers = because programmers consider Pascal as a toy language suitable only for aca= demic purposes, and Ada has also a burden of being DoD language and being c= omplex, slow etc. The idea that came to my mind was that if Ada language is implemented in sy= ntax similar to Java and C++, this might attract more programmer to adapt A= da. This would mean creating Jada (Java-Ada) an/or Cava (C-Ada) languages, = that look like Java/C++, but actually they are Ada. So, no matter what lang= uage programmer would use Ada/Jada/Cava, the result would be the same - rob= ust code which has all Ada's good features. Any comments on this? Br, Calvin