Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45224
| Path | csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed4.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 | UNSURE 0.223 |
| X-Spam-Level | ** |
| X-Spam-Evidence | '*H*': 0.61; '*S*': 0.06; 'wiki': 0.03; 'cc:addr :python-list': 0.11; 'itself.': 0.14; 'cc:name:python list': 0.16; 'wrote:': 0.18; 'saying': 0.22; 'cc:addr:python.org': 0.22; 'voting': 0.24; 'cc:2**0': 0.24; 'sort': 0.25; "i've": 0.25; 'right.': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'scale': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; 'level.': 0.33; 'problem': 0.35; 'possible.': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'next': 0.36; 'project': 0.37; 'clear': 0.37; 'being': 0.38; '12,': 0.39; 'even': 0.60; 'skip:u 10': 0.60; 'solve': 0.60; 'hope': 0.61; "you're": 0.61; 'here': 0.66; 'internet': 0.71; 'site:': 0.83; 'batchelder': 0.84; 'noise': 0.84; 'ultimate': 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=jZBmotqtFM7LG0imd/GDu7E9c7b0/XyBGf+b+q9Lc7g=; b=K+oARRs5GQMHNuWiVVZoxd4EFOVDJH6N4EI0nN8yLEIeRB/e+r6yX7Vx+x2P0fpBes 0i5Rw3p+beLwQmqopwKVkngqQY9UbvHDajcONlOKPNGdwH09JQquTTrulpnkBVNPYPpz EJoU8ZszW7diE1JBaeGh0pziYJjl7DijGlqFCodyMwGdTlry/N648dlRPr6GQ2dyry2s 6TgekjyOHAmxPTpEt5svIi8XsR0hbbaWaNkQaY9QuQ2t0YCVSw8lOGxDd6N3upJPZ6Xm UooIuTU9Iw6fFExzUyrDQ3ynDCLWGXga5Q9pJgcvK56q/4LNw+dO8SoCLhuMtokiT96x kbcQ== |
| MIME-Version | 1.0 |
| X-Received | by 10.180.90.164 with SMTP id bx4mr15739170wib.13.1368420525445; Sun, 12 May 2013 21:48:45 -0700 (PDT) |
| In-Reply-To | <518FCF02.9090307@nedbatchelder.com> |
| References | <CAMjeLr_eJf1Aboz=2+oti4TOV=oejUYVo7K4zks+Ck4CSHaqpg@mail.gmail.com> <5167F327.3030803@nedbatchelder.com> <CAMjeLr8+pr12+0mN0SOrtg9ZTkNq=PiqxWyqB8CxpJ0BT=sxJA@mail.gmail.com> <CAMjeLr9OSD4B-2NHNra=Acyj1h0g8VLOVwjFFm5c35TX+Vu5SA@mail.gmail.com> <CAMjeLr9PxwF6hDheJ+zJPYaX9KYJMUeVxxZk31TTeA+9N0Bz_Q@mail.gmail.com> <518FCF02.9090307@nedbatchelder.com> |
| Date | Sun, 12 May 2013 21:48:45 -0700 |
| Subject | Re: Message passing syntax for objects | OOPv2 |
| From | Mark Janssen <dreamingforward@gmail.com> |
| To | Ned Batchelder <ned@nedbatchelder.com> |
| Content-Type | text/plain; charset=ISO-8859-1 |
| X-Mailman-Approved-At | Mon, 13 May 2013 09:13:44 +0200 |
| Cc | Python List <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.1611.1368429224.3114.python-list@python.org> (permalink) |
| Lines | 15 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1368429224 news.xs4all.nl 15985 [2001:888:2000:d::a6]:47967 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:45224 |
Show key headers only | View raw
On Sun, May 12, 2013 at 10:18 AM, Ned Batchelder <ned@nedbatchelder.com> wrote: > I've never understood why people use that site: the pages end up being > unintelligible cocktail-party noise-scapes with no hope of understanding who > is saying what, or in response to whom. You're very right. But that is what has made it sort of a test-bed for internet collaboration. The project I'm working on is aimed to solve that problem and take the Wiki philosophy to its next or even ultimate level. By adding a "natural" per-revision voting and user-ranking it can clear up all the noise and scale to the whole internet itself. ....But no one around here seem to think its possible. -- MarkJ Tacoma, Washington
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
Re: Message passing syntax for objects | OOPv2 Mark Janssen <dreamingforward@gmail.com> - 2013-05-12 21:48 -0700
csiph-web