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,72df971449cd9b02 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-04-16 12:33:24 PST Path: supernews.google.com!sn-xit-02!supernews.com!news.tele.dk!194.176.220.130!newsfeed.icl.net!diablo.netcom.net.uk!netcom.net.uk!not-for-mail From: "Ayende Rahien" Newsgroups: comp.lang.ada Subject: Re: Ada95 and .NET Date: Mon, 16 Apr 2001 22:23:46 +0200 Organization: (Posted via) GTS Netcom - Public USENET Service http://pubnews.netcom.net.uk Sender: ayende@softhome.net Message-ID: <9bfhb2$r7f$2@taliesin.netcom.net.uk> References: <3AD1D5FC.2880536D@t-online.de> NNTP-Posting-Host: diup-181-140.inter.net.il X-Trace: taliesin.netcom.net.uk 987449512 27887 213.8.181.140 (16 Apr 2001 19:31:52 GMT) X-Complaints-To: abuse@corp.netcom.net.uk NNTP-Posting-Date: Mon, 16 Apr 2001 19:31:52 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.60.2296.0000 X-MimeOLE: Produced By Microsoft MimeOLE V5.60.2296.0000 Xref: supernews.google.com comp.lang.ada:6923 Date: 2001-04-16T22:23:46+02:00 List-Id: "David Botton" wrote in message news:mailman.987435136.1872.comp.lang.ada@ada.eu.org... > As was pointed out, using GNATCOM you already have access to .NET's GUI and > common runtime library. Granted that doing so may be considered by you a bit > of a "Kludge" since it is being accessed through COM instead of by > interpreted C# code. I would though say Ada is not exactly in the backseet > for .NET support. A> C# is not an (only) interpreted language. B> I think he meant a compiler that will: 1) allow you to use/inherit/be father of all of .NET compatible classes. 2) compile to IL.