Path: csiph.com!usenet.pasdenom.info!news.redatomik.org!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.029 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'x86': 0.07; 'modes': 0.09; 'language,': 0.11; 'wed,': 0.15; 'octal': 0.16; 'wrote:': 0.16; '2015': 0.20; 'first,': 0.20; 'to:name:python-list@python.org': 0.20; 'machine': 0.21; 'am,': 0.23; 'appears': 0.23; 'header:In-Reply-To:1': 0.24; 'example': 0.26; 'compare': 0.27; 'message-id:@mail.gmail.com': 0.27; 'assembly': 0.29; 'instruction': 0.29; 'language.': 0.32; 'languages': 0.34; 'received:google.com': 0.35; 'expected': 0.35; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'being': 0.37; 'someone': 0.38; 'to:addr:python.org': 0.40; '26,': 0.72; 'eight': 0.72; 'jul': 0.72; 'imagining': 0.84; 'terrible': 0.84; 'subject:Gmail': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=LwD27oN5NXFkk9bFdBZ31ccjVESAIWzX4eE6aBqu+OE=; b=Q5qJV99hzFQu9ltXC+ULp8C+ykiZBkZRxvMZreZfZpNHnLIvkte5zOLr8firrwxjLX j7ZyQPg+/ngMd/pbNxaTokz+ssjI/psz60ksXiSwb+HjQutfN1hWrswHutWfKBDdJ+cc /QQd7CYDa/DzCzhE/LJE4JakGBc6qmJ1usTY9Mt2iIzSTqWf5xJ/prrNWEPj8s1Ehs9/ qn6x1GWxuK6SJCDB39DdeNehlzRJRpFUytTbhBGqzdc2wyuTZbi+v6xxw+Z/Bp8nGENq v6qItqHszIIJoj+79+EciugtOB31IX/uleO8m5r8uOFoPPpem7dvMscvgwtxxb0cc5Di h/bg== MIME-Version: 1.0 X-Received: by 10.50.171.231 with SMTP id ax7mr2243827igc.95.1438181592396; Wed, 29 Jul 2015 07:53:12 -0700 (PDT) In-Reply-To: <1438181473.3233902.336329649.4B869E37@webmail.messagingengine.com> References: <201507251634.t6PGYUvo028820@fido.openend.se> <87d1zgyqgb.fsf@elektro.pacujo.net> <228d9572-6cff-4f89-bd68-e31ecbb8e46a@googlegroups.com> <327a9975-b079-4d44-998d-0d1168ba7a59@googlegroups.com> <87twsrxva6.fsf@elektro.pacujo.net> <2d0388e4-f880-4537-8e18-1d470b2c9620@googlegroups.com> <87pp3fxqn1.fsf@elektro.pacujo.net> <87lhe3xn42.fsf@elektro.pacujo.net> <87d1zfxhpc.fsf@elektro.pacujo.net> <1438181473.3233902.336329649.4B869E37@webmail.messagingengine.com> Date: Wed, 29 Jul 2015 10:53:12 -0400 Subject: Re: Gmail eats Python From: Larry Martell To: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438181595 news.xs4all.nl 2889 [2001:888:2000:d::a6]:54050 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:94738 On Wed, Jul 29, 2015 at 10:51 AM, wrote: > On Sun, Jul 26, 2015, at 07:48, Marko Rauhamaa wrote: >> At first, there was only the machine language. Assembly languages >> introduced "mnemonics" for the weaklings who couldn't remember the >> opcodes by heart. > > To be fair, x86 is also a particularly terrible example of a machine > language, from the perspective of someone imagining being expected to > memorize it. Compare it with PDP-11, which had eight registers and eight > addressing modes and a whole lot less to memorize (since each of these > appears in every instruction as a single octal digit). 6809 was the best machine language.