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-Thread: 103376,80ae596d36288e8a X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news2.google.com!news.glorb.com!feeder.erje.net!feeder.news-service.com!94.75.214.39.MISMATCH!aioe.org!.POSTED!not-for-mail From: tmoran@acm.org Newsgroups: comp.lang.ada Subject: Re: Why no socket package in the standard ? Date: Tue, 24 May 2011 06:11:43 +0000 (UTC) Organization: Aioe.org NNTP Server Message-ID: References: NNTP-Posting-Host: Lf0Nl3CcQzx+ocHx9cmuGg.user.speranza.aioe.org X-Complaints-To: abuse@aioe.org X-Notice: Filtered by postfilter v. 0.8.2 X-Newsreader: Tom's custom newsreader Xref: g2news2.google.com comp.lang.ada:20364 Date: 2011-05-24T06:11:43+00:00 List-Id: > Except (I just looked at the source) I personally don't enjoy bindings > which end to introduce C like namings [*] in Ada. Things like PF_INET, > IPPROTO_IP or SOL_SOCKET looks really strange for an Ada source; A thicker binding is NC sockets ("Not Claw", derived from Claw.Sockets). It's nc.zip at www.adaworld.com, look there under Ada Projects/Ada Internet Projects/Internet Protocols It's for Windows but IIRC the WSAStartup and WSACleanup should be the only Windows specific things.