From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_NONE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 17980 invoked from network); 15 May 2020 03:57:34 -0000 Received: from minnie.tuhs.org (45.79.103.53) by inbox.vuxu.org with ESMTPUTF8; 15 May 2020 03:57:34 -0000 Received: by minnie.tuhs.org (Postfix, from userid 112) id 3AB389C69A; Fri, 15 May 2020 13:57:33 +1000 (AEST) Received: from minnie.tuhs.org (localhost [127.0.0.1]) by minnie.tuhs.org (Postfix) with ESMTP id DD30E9C677; Fri, 15 May 2020 13:57:06 +1000 (AEST) Received: by minnie.tuhs.org (Postfix, from userid 112) id B4A439C677; Fri, 15 May 2020 13:57:03 +1000 (AEST) Received: from cfcl.com (cpepool4cmts2-144.sanbrunocable.com [24.143.248.144]) by minnie.tuhs.org (Postfix) with ESMTP id CCC609C668 for ; Fri, 15 May 2020 13:57:02 +1000 (AEST) Received: from spot.local (spot.local [IPv6:fe80::85b:cbb9:d06e:2fce]) by cfcl.com (Postfix) with ESMTP id 34747E4BABA for ; Thu, 14 May 2020 20:57:02 -0700 (PDT) From: Rich Morin Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 13.0 \(3608.40.2.2.4\)) Date: Thu, 14 May 2020 20:57:01 -0700 References: <202005141841.04EIfvEZ063529@tahoe.cs.Dartmouth.EDU> To: The Eunuchs Hysterical Society In-Reply-To: Message-Id: <311C6208-1BC9-4011-A6A8-38A148865DF3@cfcl.com> X-Mailer: Apple Mail (2.3608.40.2.2.4) Subject: Re: [TUHS] v7 K&R C X-BeenThere: tuhs@minnie.tuhs.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: The Unix Heritage Society mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: tuhs-bounces@minnie.tuhs.org Sender: "TUHS" In case it helps, here is a definition of OO from Alan Kay: "OOP to me means only messaging, local retention and protection and hiding of state-process, and extreme late-binding of all things." -- http://userpage.fu-berlin.de/~ram/pub/pub_jf47ht81Ht/doc_kay_oop_en -r