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,131f06967722ab4b X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!z14g2000cwz.googlegroups.com!not-for-mail From: conradwt@runbox.com Newsgroups: comp.lang.ada Subject: Re: Ada 2005? Date: 23 Dec 2004 15:05:04 -0800 Organization: http://groups.google.com Message-ID: <1103843104.929545.135150@z14g2000cwz.googlegroups.com> References: <1103344064.372396.51420@c13g2000cwb.googlegroups.com> <1n1v6175zrtcc.2g6ewdvu7ei5$.dlg@40tude.net> <1103568585.285484.237450@c13g2000cwb.googlegroups.com> <17804669.eaDZ45aH7Z@linux1.krischik.com> NNTP-Posting-Host: 130.76.64.15 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1103843111 14258 127.0.0.1 (23 Dec 2004 23:05:11 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Dec 2004 23:05:11 +0000 (UTC) In-Reply-To: <17804669.eaDZ45aH7Z@linux1.krischik.com> User-Agent: G2/0.2 Complaints-To: groups-abuse@google.com Injection-Info: z14g2000cwz.googlegroups.com; posting-host=130.76.64.15; posting-account=2cgjjBMAAABgvdnIs0P9Xl7xUt0Ov5d9TxVz2CChb4Lc4MXNcZuFCw Xref: g2news1.google.com comp.lang.ada:7199 Date: 2004-12-23T15:05:04-08:00 List-Id: Hi, thanks for all your comments. It's simply clearer to me as to what you're doing. Now, in regards to your example, a struct in C and C++ are very different. For example, a struct C cannot contain functions within its declaration. Most programmers in the C++ community would use a class to create C++ object types that contain methods because the struct keyword is somewhat confusing when moving from C to C++ (i.e. do you mean a C struct or a C++ struct). Thus, I think that they should not have extended 'struct' in regards to the C++ language. I feel that one shouldn'e get bogged down in the details of a languages syntax but instead concentrate on the problem that they are trying to solve. Then making easier for one easily solve that problem in language A. In saying this, I feel that Smalltalk definitely has done an excellent job in this regard. This is from my experience of using C++, Ada, Java, C#, VB, Eiffel, and Smalltalk. -Conrad