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: a07f3367d7,73cb216d191f0fef X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII-7-bit X-Received: by 10.224.18.132 with SMTP id w4mr230959qaa.1.1363653515265; Mon, 18 Mar 2013 17:38:35 -0700 (PDT) X-Received: by 10.50.196.227 with SMTP id ip3mr165833igc.10.1363653515155; Mon, 18 Mar 2013 17:38:35 -0700 (PDT) Path: k8ni188qas.0!nntp.google.com!dd2no2416688qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 18 Mar 2013 17:38:34 -0700 (PDT) In-Reply-To: <1hvv2kd9smnfx.6spgz9thd1mh$.dlg@40tude.net> Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=69.20.190.126; posting-account=lJ3JNwoAAAAQfH3VV9vttJLkThaxtTfC NNTP-Posting-Host: 69.20.190.126 References: <513faaf7$0$6626$9b4e6d93@newsspool2.arcor-online.net> <51408e81$0$6577$9b4e6d93@newsspool3.arcor-online.net> <11rcs3gg4taww$.bylek8fsshyz$.dlg@40tude.net> <99929f93-b80f-47c3-8a37-c81002733754@googlegroups.com> <87ec4b1d-f7cd-49a4-8cff-d44aeb76a1ad@googlegroups.com> <78103a2f-5d19-4378-b211-1917175d5694@googlegroups.com> <3p6p8k0yfly7.ctazdw7fc5so$.dlg@40tude.net> <1jtvzi1v65aqm.1k5ejsveno59f.dlg@40tude.net> <1hvv2kd9smnfx.6spgz9thd1mh$.dlg@40tude.net> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <8dd0f631-2e94-48e4-8bd0-ace1ae36a0de@googlegroups.com> Subject: Re: Is this expected behavior or not From: Shark8 Cc: mailbox@dmitry-kazakov.de Injection-Date: Tue, 19 Mar 2013 00:38:35 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2013-03-18T17:38:34-07:00 List-Id: On Sunday, March 17, 2013 3:36:19 AM UTC-6, Dmitry A. Kazakov wrote: > On Sat, 16 Mar 2013 14:51:58 -0700 (PDT), Shark8 wrote: >=20 > > I think it's rather a shame that the compile-time computation aspect of > > generics is not emphasized a bit more >=20 > You need no generics in order to compute something statically. Yes Ada > could be much better with an ability to declare a function static or > conditionally static. You misunderstand me; I wasn't saying that generics were required for compi= le-time computation, but that their use in compile-time computation is an i= nteresting topic. (For example you could make a solar-system simulator by m= aking 'orbit' a generic with the parameters cooresponding to Kepler's laws = of motion.)