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.9 required=5.0 tests=BAYES_00 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,94bac711cf2950f X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-10-26 02:23:05 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!newsfeed1.uni2.dk!news.net.uni-c.dk!uninett.no!ntnu.no!not-for-mail From: Preben Randhol Newsgroups: comp.lang.ada Subject: Re: Newbie wanna Ada Date: Fri, 26 Oct 2001 09:23:05 +0000 (UTC) Organization: Norwegian university of science and technology Message-ID: References: <3BD87B95.2000703@maciejsobczak.com> <9rahv9$aik1@news.cis.okstate.edu> NNTP-Posting-Host: kiuk0156.chembio.ntnu.no X-Trace: tyfon.itea.ntnu.no 1004088185 14382 129.241.83.82 (26 Oct 2001 09:23:05 GMT) X-Complaints-To: usenet@itea.ntnu.no NNTP-Posting-Date: Fri, 26 Oct 2001 09:23:05 +0000 (UTC) User-Agent: slrn/0.9.7.2 (Linux) Xref: archiver1.google.com comp.lang.ada:15219 Date: 2001-10-26T09:23:05+00:00 List-Id: On 26 Oct 2001 02:32:09 GMT, David Starner wrote: > On Thu, 25 Oct 2001 22:52:37 +0200, Maciej Sobczak wrote: >> 1. Is there a *usual* interface in Ada for socket-related operations? > > No. GNAT.Sockets (I don't remember the earlier name for this) is a > common one, though. But this is not yet available in the public version of Gnat is it? >> 2. Is there some more or less standard GUI lib? I've spot a Tcl/Tk >> binding somewhere: > > The "more or less standard" GUI is GtkAda, which depends on libgtk+. Yes. Gtakada homepage can be found here: http://libre.act-europe.fr/GtkAda/ other things like XML library and GNU Visual Debugger can be found from here: http://libre.act-europe.fr/ >> 5. Is there a CORBA binding implemented for Ada? > > Yes. Search for ORBit-Ada. http://www.adapower.com/corba/ Note that there are also two online books on ada as well as reference and rational manual, see below: Some links: Short Intro I : http://www.cl.cam.ac.uk/~mgk25/ada.html Short Intro II : http://www.adaic.com/docs/flyers/95intro.html Short Overview : http://www.adaic.com/docs/flyers/95overvw.html Main Ada site : http://www.adapower.com/index2.html ISO Reference Manual : http://www.adapower.com/rm95/ ISO Rational Manual : http://www.adapower.com/rationale/ Quality and Style Guide : http://www.adaic.com/docs/95style/html/cover.html Online Ada 95 book : http://www.it.bton.ac.uk/staff/je/adacraft/ Online Ada 95 book II : http://burks.bton.ac.uk/burks/language/ada/ada95.pdf Ada 95 book reviews : http://www.seas.gwu.edu/~mfeldman/ada95books.html GNU Ada Compiler(GNAT) : http://www.gnat.com/ GNAT for Linux, Dos, NetBSD, OS/2m SCO : http://www.gnuada.org/ GNAT for Windows : http://home.trouwweb.nl/Jerry/ GTKAda ToolKit (GTK+) : http://libre.act-europe.fr/GtkAda/ GNADE Project : http://gnade.sourceforge.net/ Preben Randhol