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,92640d662fc31a03 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-05-11 19:57:26 PST Path: archiver1.sj.google.com!newsfeed.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-out.visi.com!hermes.visi.com!newspump.sol.net!homer.alpha.net!not-for-mail From: "Randy Brukardt" Newsgroups: comp.lang.ada References: <9d6c89$1nd$1@nh.pace.co.uk> <9d87id$oll15@news.kvaerner.com> <9d8t6a$t8r$1@nh.pace.co.uk> Subject: Re: howto make system calls (newbie question) X-Newsreader: Microsoft Outlook Express 4.72.3612.1700 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3719.2500 Message-ID: Date: Fri, 11 May 2001 21:58:00 -0500 NNTP-Posting-Host: 156.46.62.124 X-Complaints-To: abuse@alpha.net X-Trace: homer.alpha.net 989636245 156.46.62.124 (Fri, 11 May 2001 21:57:25 CDT) NNTP-Posting-Date: Fri, 11 May 2001 21:57:25 CDT Xref: archiver1.sj.google.com comp.lang.ada:7414 Date: 2001-05-11T21:58:00-05:00 List-Id: Marin David Condic wrote in message <9d8t6a$t8r$1@nh.pace.co.uk>... >I like the Ada-fied sockets part in particular. It would be nice to get >bindings to common things that used Ada-ish parameters. (Sockets made to >line up nicely with Ada.Streams? Hmmmmm???? A nice Object Oriented approach >to sockets rather than the customary C-ish approach?) Already done. Take a look at Claw.Sockets (a subset is available in the Claw Introductory Version, which is a free download from www.rrsoftware.com). Randy.