Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin3!goblin2!goblin.stu.neva.ru!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.004 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'javascript,': 0.07; 'alternatives': 0.09; 'php,': 0.09; 'ruby,': 0.09; 'subtle': 0.09; 'cc:addr:python-list': 0.11; 'suggest': 0.14; 'language.': 0.14; 'conflicting': 0.16; 'hierarchy.': 0.16; 'objective-c,': 0.16; 'rule.': 0.16; 'subject: \n ': 0.16; 'subject:OOP': 0.16; 'subject:object': 0.16; 'subject:possible': 0.16; 'subject:programming': 0.16; 'subject:type': 0.16; 'java,': 0.16; 'wrote:': 0.18; 'thu,': 0.19; 'solution.': 0.20; 'fit': 0.20; 'work,': 0.20; 'programming': 0.22; 'cc:addr:python.org': 0.22; "aren't": 0.24; 'forming': 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'words': 0.29; 'have,': 0.30; 'strongly': 0.30; 'message-id:@mail.gmail.com': 0.30; 'ok.': 0.31; 'maybe': 0.34; 'problem': 0.35; 'computing': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'c++': 0.36; 'ahead': 0.38; 'pm,': 0.38; 'read': 0.60; 'solve': 0.60; 'you.': 0.62; 'making': 0.63; 'field': 0.63; 'subject:The': 0.64; 'more': 0.64; 'different': 0.65; 'between': 0.67; 'batchelder': 0.84; 'subtly': 0.84; 'dozen': 0.91; 'differences': 0.93; 'washington': 0.93; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=ESMD7kOuV5geDaQct3NnprjBnN8YKZ9b3eyi9NfJNuI=; b=WpclnypeP0JZleyrximRHmJVLyqW2r5kInYq8kTUn87hT35QHVVugBJgrfWSRuIknK qD4xbShLNex4NbefP0ROdhK6Rd0qW0Spk41d/Y8v6lCMFHROwkd+y3OlX5ieAHgfUgCV vIbyCx40QejU/N8Lp/nIFys9E59+LalVdh9h6ike9f9FZCMOJd25K50cn5KtDuv/weDY 1XxMN/B6JEievBgLeJwbzvsSCdODhOH9aKHOYETxAllF4sctMvPM0h9HiYMSwhO6TkOt Hf3dWrmVlLlWDfXuveKQjgu2y2YRimt8aQhlPqScYE1AyV8luZIpN95qw/zl6XqGJcR8 Pmiw== MIME-Version: 1.0 X-Received: by 10.194.119.33 with SMTP id kr1mr22567276wjb.36.1366338639698; Thu, 18 Apr 2013 19:30:39 -0700 (PDT) In-Reply-To: <5170A77F.7040002@nedbatchelder.com> References: <516bd241$0$29872$c3e8da3$5496439d@news.astraweb.com> <516C3C44.6010706@rece.vub.ac.be> <51709740$0$29977$c3e8da3$5496439d@news.astraweb.com> <5170A77F.7040002@nedbatchelder.com> Date: Thu, 18 Apr 2013 19:30:39 -0700 Subject: Re: The type/object distinction and possible synthesis of OOP and imperative programming languages From: Mark Janssen To: Ned Batchelder Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 41 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1366338646 news.xs4all.nl 2166 [2001:888:2000:d::a6]:41654 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:43879 On Thu, Apr 18, 2013 at 7:10 PM, Ned Batchelder wrote: > You won't solve the problem of confusing, ambiguous, or conflicting > terminology by making up a rule. "Object-oriented" means subtly different > things to different people. That's a problem, not a solution. > It turns out that computing is a complex field > with subtle concepts that don't always fit neatly into a categorization. But that is the point of having a *field*. > Python, Java, Javascript, Ruby, Smalltalk, Self, PHP, C#, Objective-C, and > C++ are all "object-oriented", but they also all have differences between > them. That's OK. We aren't going to make up a dozen words as alternatives > to "object-oriented", one for each language. Well, you won't, but other people *in the field* already have, fortunately. They have names like dynamically-typed, statically-typed, etc. > You seem to want to squeeze all of computer science and programming into a > tidy hierarchy. No on "squeeze" and "tidy". Maybe on "hierarchy". > It won't work, it's not tidy. I strongly suggest you read > more about computer science before forming more opinions. You have a lot to > learn ahead of you. Okay, professor is it, master? What is your provenance anyway? > --Ned. -- :) -- MarkJ Tacoma, Washington