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=2.2 required=5.0 tests=BAYES_00,FROM_WORDY, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,703c4f68db81387d X-Google-Thread: 109fba,703c4f68db81387d X-Google-Thread: 115aec,703c4f68db81387d X-Google-Thread: f43e6,703c4f68db81387d X-Google-Attributes: gid103376,gid109fba,gid115aec,gidf43e6,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.rcn.net!news.rcn.net.POSTED!not-for-mail NNTP-Posting-Date: Sat, 05 Mar 2005 21:30:03 -0600 Reply-To: "Frank J. Lhota" From: "Frank J. Lhota" Newsgroups: comp.lang.ada,comp.lang.c++,comp.realtime,comp.software-eng References: <4229bad9$0$1019$afc38c87@news.optusnet.com.au> <1110032222.447846.167060@g14g2000cwa.googlegroups.com> <871xau9nlh.fsf@insalien.org> <3SjWd.103128$Vf.3969241@news000.worldonline.dk> <87r7iu85lf.fsf@insalien.org> <1110052142.832650@athnrd02> <87eket97gp.fsf@insalien.org> <1110055473.613245@athnrd02> Subject: Re: [OT] Re: Teaching new tricks to an old dog (C++ -->Ada) Date: Sat, 5 Mar 2005 22:30:05 -0500 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2900.2527 X-RFC2646: Format=Flowed; Response X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 Message-ID: X-Trace: sv3-76FtmFBmqzOSwuaYde+AkXK0Rs8E1Rfap8ALvlSQjaNZQiFovTn/+O4o9qpQ4up7LdWVbsSD74eQULb!8WKALgmupylOhZoTs2m3OE2z14kZl3cGlrR7mALjIytJBiOAdyo4G8GEAvz59s4m X-Complaints-To: abuse@rcn.net X-DMCA-Complaints-To: abuse@rcn.net X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.32 Xref: g2news1.google.com comp.lang.ada:8717 comp.lang.c++:44276 comp.realtime:997 comp.software-eng:4528 Date: 2005-03-05T22:30:05-05:00 List-Id: "Ioannis Vranos" wrote in message news:1110055473.613245@athnrd02... > You can also express constraints in templates. An important thing is this. > Are Ada's generics run-time or compile time? Compile time with every Ada compiler I've used. > It looks like they are run-time, and in C++ you can do all the above. > Actually Ada's compilers are probably written in C++. GNAT is written in Ada.