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=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 Path: border1.nntp.ams3.giganews.com!border1.nntp.ams2.giganews.com!border2.nntp.ams2.giganews.com!border4.nntp.ams.giganews.com!border2.nntp.ams.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!news.stack.nl!aioe.org!.POSTED!not-for-mail From: "Dmitry A. Kazakov" Newsgroups: comp.lang.ada Subject: Re: Seeking for papers about tagged types vs access to subprograms Date: Tue, 14 May 2013 14:16:52 +0200 Organization: cbb software GmbH Message-ID: References: <19lrzzbgm77v6.1dzpgqckptaj6.dlg@40tude.net> <1bfhq7jo34xpi.p8n2vq6yjsea.dlg@40tude.net> <12gn9wvv1gwfk.10ikfju4rzmnj.dlg@40tude.net> <1oy5rmprgawqs.1jz36okze0xju$.dlg@40tude.net> <1q2ql1e4rcgko.diszzq1mhaq8$.dlg@40tude.net> <518dedd4$0$6581$9b4e6d93@newsspool3.arcor-online.net> <1um7tijeo609b$.1gtdijp0acfmn$.dlg@40tude.net> Reply-To: mailbox@dmitry-kazakov.de NNTP-Posting-Host: FbOMkhMtVLVmu7IwBnt1tw.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: 40tude_Dialog/2.0.15.1 X-Notice: Filtered by postfilter v. 0.8.2 X-Original-Bytes: 2568 Xref: number.nntp.dca.giganews.com comp.lang.ada:181633 Date: 2013-05-14T14:16:52+02:00 List-Id: On Tue, 14 May 2013 13:34:09 +0200, Yannick Duchêne (Hibou57) wrote: > Le Tue, 14 May 2013 09:44:00 +0200, Dmitry A. Kazakov > a écrit: > >> Neither type nor operation nor value exist before other. You cannot >> separate them. It is like magnetic field and current. > > An operation has a type,, while a type may be defined without operations > (not a lot useful, however still possible). procedure Foo; > If a program is mainly a structure, then it is mainly made of typed values > (and the program as a whole, is a complex value). No idea, what does this mean. Value is not a programming language term, it belongs to the application domain. Value is the meaning attributed to the state of a typed object in some context. E.g. Salary : Buckazoid := 1; Salary is meant to have the value of 1 Buckazoid. -- Regards, Dmitry A. Kazakov http://www.dmitry-kazakov.de