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-Thread: 103376,635cd9622b25ae59,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news3.google.com!news4.google.com!news.glorb.com!news.agarik.com!194.2.0.24.MISMATCH!oleane.net!oleane!news.in2p3.fr!in2p3.fr!kanaga.switch.ch!news-zh.switch.ch!switch.ch!cernne03.cern.ch!cern.ch!news From: Maciej Sobczak Newsgroups: comp.lang.ada Subject: Type safety, C++ and code generation Date: Thu, 27 Apr 2006 12:35:20 +0200 Organization: CERN - European Laboratory for Particle Physics Message-ID: NNTP-Posting-Host: abpc10883.cern.ch Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Trace: sunnews.cern.ch 1146134120 18867 (None) 137.138.37.241 X-Complaints-To: news@sunnews.cern.ch User-Agent: Mozilla Thunderbird 1.0.8-1.4.1.SL (X11/20060424) X-Accept-Language: en-us, en Xref: g2news2.google.com comp.lang.ada:3946 Date: 2006-04-27T12:35:20+02:00 List-Id: Hi, I have developed a simple code generator that helps me significantly raise the level of type safety in C++: http://www.msobczak.com/prog/typegen/ The whole idea was in some way inspired by Ada, so I hope to get some constructive criticism and comments from you - that's why I post it here. Please look at it from the perspective of Ada programmer. (And taking into account the fact that some of you are also C++ programmers, you might actually find it interesting or even useful.) -- Maciej Sobczak : http://www.msobczak.com/ Programming : http://www.msobczak.com/prog/