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,134cc4ce6b759868 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news2.google.com!proxad.net!213.200.89.82.MISMATCH!tiscali!newsfeed1.ip.tiscali.net!newsfeed00.sul.t-online.de!newsmm00.sul.t-online.de!t-online.de!news.t-online.com!not-for-mail From: Martin Krischik Newsgroups: comp.lang.ada Subject: Re: JGNAT Date: Thu, 16 Dec 2004 10:06:26 +0100 Organization: None Message-ID: <31529813.8HuRGRVPfP@linux1.krischik.com> References: <20041212185059.18E224C40B5@lovelace.ada-france.org> Reply-To: martin@krischik.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: news.t-online.com 1103188074 05 20613 DUZ+XlWLUcD7NPQ 041216 09:07:54 X-Complaints-To: usenet-abuse@t-online.de X-ID: rG+6vgZEgeSotscJH8-ILWev6FSJITXGZDI5oIuMe0AGNVeNazOS4L User-Agent: KNode/0.8.0 Xref: g2news1.google.com comp.lang.ada:6989 Date: 2004-12-16T10:06:26+01:00 List-Id: Andrew Carroll wrote: > Well, I am trying to recommend Ada for a project I am subcontracting for. > The requirements are that it be crossplatform (Unix and Windows). It > requires a GUI and the non-gui code needs to be fast (not Java). So, I'm > not real sure what to use. I guess I'm now thinking about de-coupling the > GUI altogether and making the backend "talk" to the frontend in the > client/server model. That way I could develop the GUI with any number of > "technologies" and the backend could be strictly Ada. Ada has it's own clients server implementations (The Annex E) and there are also some CORBA implementations available. For GNAT there is a free implementation which can do both: http://en.wikibooks.org/wiki/Programming:Ada:Libraries:Distributed:PolyORB > How does A# hold up performance wise? With Annex E and/or CORBA you might be able to live without .NET as well. > A# recommended for scientific > computing? I don't know if A# has an as flexible implementation for fixed and floating point as Ada got it: http://en.wikibooks.org/wiki/Programming:Ada:Types:digit http://en.wikibooks.org/wiki/Programming:Ada:Types:delta I might have to map them to the next best .NET type. With Regards Martin PS: I know the wiki links are all stubs - feel free to write more on the subjects at hand! -- mailto://krischik@users.sourceforge.net http://www.ada.krischik.com