Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.016 X-Spam-Evidence: '*H*': 0.97; '*S*': 0.00; 'subject:Python': 0.05; 'x86': 0.07; 'modes': 0.09; 'received:internal': 0.09; 'language,': 0.11; 'message-id:@webmail.messagingengine.com': 0.16; 'octal': 0.16; 'received:10.202': 0.16; 'received:10.202.2': 0.16; 'received:66.111': 0.16; 'received:66.111.4': 0.16; 'received:messagingengine.com': 0.16; 'wrote:': 0.16; 'first,': 0.20; 'machine': 0.21; 'appears': 0.23; 'header:In-Reply-To:1': 0.24; 'example': 0.26; 'compare': 0.27; 'assembly': 0.29; 'instruction': 0.29; 'language.': 0.32; 'languages': 0.34; 'expected': 0.35; 'there': 0.36; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'being': 0.37; 'received:66': 0.38; 'someone': 0.38; 'to:addr:python.org': 0.40; 'from:no real name:2**0': 0.60; 'header:Message-Id:1': 0.61; '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-sha1; c=relaxed/relaxed; d=fastmail.us; h= content-transfer-encoding:content-type:date:from:in-reply-to :message-id:mime-version:references:subject:to:x-sasl-enc :x-sasl-enc; s=mesmtp; bh=N3nXhssLht5qReQttvuc9FNzaQc=; b=uQXFBP QMFBFxiOgg3jSuTiDeK4+NHgR1IAYlI734wUdPaCFJim557byVMRnkeFadB0LjXc bsyX/UJiDah72GNXP/WKW1omR6bllPbeaZWcVohAIFJY0ZlcH8UCp+YPOlDOAGGy hdms3Z8r4fuu2p77wr05zLQtNYHOl1xnNcU9M= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= messagingengine.com; h=content-transfer-encoding:content-type :date:from:in-reply-to:message-id:mime-version:references :subject:to:x-sasl-enc:x-sasl-enc; s=smtpout; bh=N3nXhssLht5qReQ ttvuc9FNzaQc=; b=skkK0lubiIXSuGYh/NWmhS9vShhLoYYP0+coCrEI2oMTdcy zNkGyczkxmwXocsVWurKlyosmgRvTWdgP+36ctPTiebNREvpv6j+fYhV10EwwPxS 5B0zl5pjTR2IvQfMZJkwxj3DLzhbCC4kTEroLTn1VPO49vAuCF1DSGsPSin4= X-Sasl-Enc: Rnhfxaa1LgYv+2Z2gZrkbgGftEgy+B/rXZ7v3xKgGjC5 1438181473 From: random832@fastmail.us To: python-list@python.org MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain X-Mailer: MessagingEngine.com Webmail Interface - ajax-63a5d8c6 Subject: Re: Gmail eats Python Date: Wed, 29 Jul 2015 10:51:13 -0400 In-Reply-To: <87d1zfxhpc.fsf@elektro.pacujo.net> 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> 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: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1438181476 news.xs4all.nl 2919 [2001:888:2000:d::a6]:51595 X-Complaints-To: abuse@xs4all.nl Path: csiph.com!usenet.pasdenom.info!news.stben.net!border1.nntp.ams1.giganews.com!nntp.giganews.com!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Xref: csiph.com comp.lang.python:94737 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).