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,ec264956a9d7e36a X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-02-09 21:26:04 PST Path: archiver1.google.com!postnews1.google.com!not-for-mail From: britt@acm.org (Britt Snodgrass) Newsgroups: comp.lang.ada Subject: Re: Restrictions on compilers for Microsoft's .NET project Date: 9 Feb 2002 21:26:02 -0800 Organization: http://groups.google.com/ Message-ID: <5fe90c1a.0202092126.5be36f71@posting.google.com> References: <2sk5nInklHl1@eisner.encompasserve.org> NNTP-Posting-Host: 216.253.238.30 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Trace: posting.google.com 1013318764 27844 127.0.0.1 (10 Feb 2002 05:26:04 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: 10 Feb 2002 05:26:04 GMT Xref: archiver1.google.com comp.lang.ada:19827 Date: 2002-02-10T05:26:04+00:00 List-Id: There is a current discussion of the .NET Common Language Runtime (CLR) on Slashdot at http://slashdot.org/article.pl?sid=02/02/09/1538238&mode=thread&tid=109 based on the interesting article at http://www.javalobby.org/clr.html. I'm not a compiler person but after reading the article I would guess that the .NET CLR would present fewer difficulties for an Ada compiler than the Java JVM does. Britt Kilgallen@SpamCop.net (Larry Kilgallen) wrote in message news:<2sk5nInklHl1@eisner.encompasserve.org>... > Page 11 of the March 2002 MSDN magazine from Microsoft announces > TMT Development Corporation's Pascal compiler for .NET. It says the > compiler "can accept programs in standard Pascal (except for some unsafe > features, such as records with variants, which are allowed if variants > aren't overlapped)". > > Is lack of variant records a TMT decision or a requirement of .NET ? > If the latter, it would not bode well for the possibility of a full > Ada compiler targeting that environment.