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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,9673880011dff8f7,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews2.google.com!not-for-mail From: fmdf@tiscali.it (fabio de francesco) Newsgroups: comp.lang.ada Subject: GNAT and Florist Date: 10 Aug 2004 00:09:34 -0700 Organization: http://groups.google.com Message-ID: NNTP-Posting-Host: 80.181.52.53 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1092121775 3564 127.0.0.1 (10 Aug 2004 07:09:35 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 10 Aug 2004 07:09:35 +0000 (UTC) Xref: g2news1.google.com comp.lang.ada:2645 Date: 2004-08-10T00:09:34-07:00 List-Id: Hello, I'm trying to learn Ada95 since a couple of months, coming from C/C++. I must say that I find Ada much more powerful for writing code that works without hours of debugging like in C/C++ and that it is much more readable than the latters. I use GNAT compiler on Linux and I want to write an Ada program that has to use the TCP/IP Socket API and maybe other POSIX API. It's not clear to me which packages I have to use, because I have heard of a library named Florist that would provide Sockets bindings ( and othe POSIX bindings while I also found a package Ada.Sockets in GNAT. My question is about when and why anyone should choose packages provided by Florist instead than the ones by GNAT. Thank you all in advance, Fabio De Francesco.