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,32cfbb718858528b X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-07 21:50:32 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!wn1feed!worldnet.att.net!204.127.198.204!attbi_feed4!attbi.com!rwcrnsc51.ops.asp.att.net.POSTED!not-for-mail From: "SteveD" Newsgroups: comp.lang.ada References: <3D002D11.CC706952@adaworks.com> <4519e058.0206071148.9b87acf@posting.google.com> <3D0116F3.7254E263@despammed.com> <3D018106.6080004@worldnet.att.net> <3D0184BD.69723B2D@san.rr.com> Subject: Re: Commercial C To Ada 95 compiler X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: NNTP-Posting-Host: 12.225.227.101 X-Complaints-To: abuse@attbi.com X-Trace: rwcrnsc51.ops.asp.att.net 1023511832 12.225.227.101 (Sat, 08 Jun 2002 04:50:32 GMT) NNTP-Posting-Date: Sat, 08 Jun 2002 04:50:32 GMT Organization: AT&T Broadband Date: Sat, 08 Jun 2002 04:50:32 GMT Xref: archiver1.google.com comp.lang.ada:25504 Date: 2002-06-08T04:50:32+00:00 List-Id: "Darren New" wrote in message news:3D0184BD.69723B2D@san.rr.com... [snip] > > I think there would be more problematic constructs, tho, like static > variables (inside and/or outside of functions), pointers cast to different > types, and so on. Not really that difficult. Static variables can be handled by nesting packages... it isn't pretty, but you can get there. As for pointer casts, you'd be amazed at the stuff you can do with unchecked conversion and Interfaces.C. You'd wind up with really crappy Ada code, just like the original ... Ooops! Don't want to start a language war. SteveD > -- > Darren New > San Diego, CA, USA (PST). Cryptokeys on demand. > ** http://home.san.rr.com/dnew/DNResume.html ** > ** http://images.fbrtech.com/dnew/ ** > > My brain needs a "back" button so I can > remember where I left my coffee mug.