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,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,699cc914522aa7c4 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news.germany.com!news.belwue.de!newsfeed.arcor.de!newsspool4.arcor-online.net!news.arcor.de.POSTED!not-for-mail Newsgroups: comp.lang.ada Subject: C# versus Ada (was: Structured exception information) From: Georg Bauhaus In-Reply-To: References: <1168885771.30643.20.camel@localhost> <1168891576.30643.39.camel@localhost> <5NKdnTv2UZfVZTbYnZ2dnUVZ_vipnZ2d@megapath.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit Organization: # Message-ID: <1168975096.2218.125.camel@localhost> Mime-Version: 1.0 X-Mailer: Evolution 2.6.1 Date: Tue, 16 Jan 2007 20:18:17 +0100 NNTP-Posting-Date: 16 Jan 2007 20:16:09 CET NNTP-Posting-Host: 33273dd1.newsspool1.arcor-online.net X-Trace: DXC=hgJ]OQ3LBXKA@P]\Dic==]BZ:afN4Fo<]lROoRA^YC2XCjHcbI9FB\E_9=EWFN[WQ3MT=SO X-Complaints-To: usenet-abuse@arcor.de Xref: g2news2.google.com comp.lang.ada:8198 Date: 2007-01-16T20:16:09+01:00 List-Id: On Tue, 2007-01-16 at 18:36 +0000, Ray Blaak wrote: > C# is now my new favourite language, and I find it is more or less as typesafe > as it needs to be, with "good enough" features for programming in the large. Are you using C#/.NET threads? What do you think about the "ease" of having Windows threads communicate, and share data, compared to Ada's tasks and protected objects? > And it has garbage collection! Garbage collection is a property of all language implementations targeting .NET or the JVM, so it's rather a property of the implementation not the language. You could use A#, too, or AppletMagic, etc. :-) -- Georg