Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45056
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <dreamingforward@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.033 |
| X-Spam-Evidence | '*H*': 0.94; '*S*': 0.00; 'translate': 0.10; 'cc:addr :python-list': 0.11; 'language.': 0.14; 'equivalence': 0.16; 'other,': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'saying': 0.22; 'cc:addr:python.org': 0.22; "shouldn't": 0.24; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'header:In- Reply-To:1': 0.27; "doesn't": 0.30; 'message-id:@mail.gmail.com': 0.30; 'equivalent.': 0.31; 'run': 0.32; 'not.': 0.33; 'but': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'error.': 0.37; 'too': 0.37; 'levels': 0.65; 'between': 0.67; 'different.': 0.84; 'washington': 0.93 |
| 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=yDaZVEgCs/YqWbMAwLwhImFaY797rr05pzAS7zRNS3A=; b=zMkS0Gz31Yp7k/VsyzalnpiIu7D5YT3AiqbQjbev+wkmW+w3VEOg8yvnw8ArH3UYPz e2Jrx+DGcyBOHt5d37qn7zW5W5O6Xu1pf5IBP7ikcyUhN11CjBXlwtw+BBDayeMtrpzr wDUuzqDi/mD2qUGYHukj9hOMMV9ALxMtFpGaJqnyaE2OcY5Gj7t+wbLMdHZJcM2QV1IY D23dmhEzDHp1SY6SYvUbNIv/eq/M6zJvo6JJbGxetFjALCuARclWtjjkFr+64+4nJCmZ ENNGvT+X61arm9ix8YsIcGXoJSjNu7APVuDzUx/8JD5Z+VL3evUYynBPF2i0SVB0a7/V zPuA== |
| MIME-Version | 1.0 |
| X-Received | by 10.194.61.237 with SMTP id t13mr20785449wjr.2.1368135686267; Thu, 09 May 2013 14:41:26 -0700 (PDT) |
| In-Reply-To | <518b3699$0$11120$c3e8da3@news.astraweb.com> |
| References | <CAMjeLr_eJf1Aboz=2+oti4TOV=oejUYVo7K4zks+Ck4CSHaqpg@mail.gmail.com> <5167F327.3030803@nedbatchelder.com> <CAMjeLr8+pr12+0mN0SOrtg9ZTkNq=PiqxWyqB8CxpJ0BT=sxJA@mail.gmail.com> <mailman.1475.1368066966.3114.python-list@python.org> <518b3699$0$11120$c3e8da3@news.astraweb.com> |
| Date | Thu, 9 May 2013 14:41:26 -0700 |
| Subject | Re: Message passing syntax for objects | OOPv2 |
| From | Mark Janssen <dreamingforward@gmail.com> |
| To | "Steven D'Aprano" <steve+comp.lang.python@pearwood.info> |
| 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 <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1504.1368135695.3114.python-list@python.org> (permalink) |
| Lines | 14 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1368135695 news.xs4all.nl 15892 [2001:888:2000:d::a6]:38518 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:45056 |
Show key headers only | View raw
>> These models of computation should not use the same language. Their >> computation models are too radically different. > > Their computation models are exactly equivalent. No they are not. While one can find levels of indirection to translate between one and the other, that doesn't mean they're equivalent. It's like saying that because I can make an equivalence between the complex plane and the real, that they should be treated as equivalent. But they shouldn't -- else you run into a domain error. -- MarkJ Tacoma, Washington
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Re: Message passing syntax for objects | OOPv2 Mark Janssen <dreamingforward@gmail.com> - 2013-05-08 19:35 -0700
Re: Message passing syntax for objects | OOPv2 rusi <rustompmody@gmail.com> - 2013-05-08 20:26 -0700
Re: Message passing syntax for objects | OOPv2 Mark Janssen <dreamingforward@gmail.com> - 2013-05-08 20:53 -0700
Re: Message passing syntax for objects | OOPv2 Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-09 05:39 +0000
Alternate computational models can be harmonious (was Message passing syntax for objects | OOPv2) rusi <rustompmody@gmail.com> - 2013-05-09 04:56 -0700
Re: Message passing syntax for objects | OOPv2 Mark Janssen <dreamingforward@gmail.com> - 2013-05-09 14:41 -0700
csiph-web