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,a84eaf8fb2470909 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news2.google.com!news4.google.com!news3.google.com!border1.nntp.dca.giganews.com!nntp.giganews.com!nx02.iad01.newshosting.com!newshosting.com!130.81.64.211.MISMATCH!cycny01.gnilink.net!spamkiller2.gnilink.net!gnilink.net!trndny01.POSTED!0e8a908a!not-for-mail From: Hyman Rosen User-Agent: Thunderbird 1.5.0.8 (Windows/20061025) MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Ada generics References: <1166710494.869393.108730@a3g2000cwd.googlegroups.com> <17fe4xfogg7p5.1dcyc5nyc2gsl.dlg@40tude.net> <1166805696.291429.239590@48g2000cwx.googlegroups.com> <186qujlcx6rwl.1h6eq4mbdaa5s$.dlg@40tude.net> In-Reply-To: <186qujlcx6rwl.1h6eq4mbdaa5s$.dlg@40tude.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Tue, 26 Dec 2006 01:34:14 GMT NNTP-Posting-Host: 68.237.117.19 X-Complaints-To: abuse@verizon.net X-Trace: trndny01 1167096854 68.237.117.19 (Mon, 25 Dec 2006 20:34:14 EST) NNTP-Posting-Date: Mon, 25 Dec 2006 20:34:14 EST Xref: g2news2.google.com comp.lang.ada:8013 Date: 2006-12-26T01:34:14+00:00 List-Id: Dmitry A. Kazakov wrote: > Ah, but it is not required for S<:T & T<:S be wrong. I get tired of arguing these semantics with you, so I just won't. > But in foo<123>, 123 is not a name. Why not? The integer 123 is the integer 123. If I say foo<123>, I get a composite name formed of foo and 123. What's the difference between the number 123 and the name 123? > You mean automatic instantiation here, but I don't want it. Well, I do, so I guess we're each using the proper language. > Ask yourself, is it the only way? No, but it's the only way that's simultaneously part of a systems programming language that I'd want to use anyway.