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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4b06f8f15f01a568 X-Google-Attributes: gid103376,public From: Matthew Heaney Subject: Re: Software landmines (was: Why C++ is successful) Date: 1998/08/29 Message-ID: #1/1 X-Deja-AN: 385882069 Sender: matt@mheaney.ni.net References: <6rnhhe$e2u$1@nnrp1.dejanews.com> <6rsg0d$pcj@dfw-ixnews3.ix.netcom.com> <6s6v4i$mht@dfw-ixnews8.ix.netcom.com> NNTP-Posting-Date: Fri, 28 Aug 1998 22:21:27 PDT Newsgroups: comp.lang.ada Date: 1998-08-29T00:00:00+00:00 List-Id: Richard D Riehle writes: > >The issue lies in the difference between "assignment" and "binding." > > I ran to my bookshelf to find an entry in any computer science text > on "binding" in the context you have used it. None. Reference, please. Here are some references: Programming Language Concepts and Paradigms David A. Watt Programming Languages: Design and Implementation Terrence W. Pratt and Marvin V. Zelkowitz Principles of Programming Languages R.D. Tennent Programming Language Structures Carlo Ghezzi and Mehdi Jazayeri Although they're a bit heavy on the theory, you might also want to take a look at: Introduction to the Theory of Programming Languages Bertrand Meyer The Denotational Description of Programming Languages Michael Gordon The Meyer book contains a good description of the meaning of assignment. Hope that helps, Matt