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.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,93153d8842cbd22c X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!feeder.news-service.com!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: finding code in Eclipse Date: Fri, 12 Aug 2011 15:04:14 +0200 Organization: cbb software GmbH Message-ID: <2dnwm3zcqt9z$.pmbip3c5mrxx$.dlg@40tude.net> References: <7b717648a62736054910462f4310153d@dizum.com> <4E44EE06.80002@obry.net> <38c66207-4999-4994-9bc4-cae59f099618@b19g2000yqj.googlegroups.com> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: niB90GgZAl6XBQ7TPPIU4Q.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 Xref: g2news2.google.com comp.lang.ada:21539 Date: 2011-08-12T15:04:14+02:00 List-Id: On Fri, 12 Aug 2011 05:29:56 -0700 (PDT), Britt wrote: > On Aug 12, 4:10�am, Pascal Obry wrote: >> Why this old version? >> >> GNAT GPL 2011 come with a version for the JVM. >> > And the User's Guide is here: > http://www.adacore.com/wp-content/files/auto_update/gnatvm-docs/jgnat_ug.html > http://www.adacore.com/wp-content/files/auto_update/gnatvm-docs/jgnat_ug.pdf The list of limitations (Section 11) is rather long. It is difficult to estimate the consequences. Some examples: - "Limited support for controlled types" a bit vague, can mean anything. - "Null arrays with multiple dimensions" That could be non-starter for LA numerical libraries. - "Representation attributes" + "Unchecked_Conversion between different non scalar types" This could mean that typical implementation of I/O protocol would not work - "User-defined Storage_Pools" This eliminates certain implementation of container libraries. - "Wide_String and Wide_Wide_String" I would not shed tears about that, but some could. Anyway what was the problem with them? -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de