Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed2.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.101 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.81; '*S*': 0.01; 'subject:Python': 0.06; 'reason,': 0.07; '"every': 0.16; 'admins,': 0.16; 'command-line': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'satisfying': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'thus': 0.29; 'message- id:@mail.gmail.com': 0.30; 'restricted': 0.31; 'received:209.85': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'experience,': 0.37; 'two': 0.37; 'received:209': 0.37; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'ability': 0.39; 'to:addr:python.org': 0.39; 'read': 0.60; 'skip:* 10': 0.61; 'back': 0.62; 'personal': 0.63; 'more': 0.64; 'mail.': 0.69; 'subject:long': 0.84; 'rusi': 0.91; '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:content-type; bh=zKg+YpD4WGK9Xheeg7HdIL+tqm2/KBXlrQO8TcJ7mdM=; b=qEEINNJSeyHFCeFNnyGUp6En55Dju6Q5vuNWQcx3t01jvM49G816v96B5PfPxze2t7 el5Wm5a3JQbVBns7CZbn86isuauG5CSBhHQfEOwGtX2fZc6OM2ZvDPIppZ783NOsjXW8 DwWd+R4UceaO4C0i1LMj0kwOKyiUafCa7R2BzIldEwuLWIYy/44t4hs1KvHIqBCH+3mS fVSQMjIXI44y7UfJd2okOkYPX6tDIeeEaw/F+Tz1vqf1mbKIAJpYtBJCZzHzL7A7EAda pRYYOnC4pRHdOQMeL+OuU5Od6lQF7IuGNwei8bSNxlFESBz49rJrPYENtcMrI++fss// p5Qg== MIME-Version: 1.0 X-Received: by 10.52.88.197 with SMTP id bi5mr212559vdb.58.1364970146909; Tue, 02 Apr 2013 23:22:26 -0700 (PDT) In-Reply-To: References: <515941d8$0$29967$c3e8da3$5496439d@news.astraweb.com> <5159beb6$0$29967$c3e8da3$5496439d@news.astraweb.com> <4103dc28-a0dc-4740-bb38-b6bcb58bedfb@h1g2000vbx.googlegroups.com> <87dff083-14d8-4163-89f3-d78a9be6c802@c15g2000vbl.googlegroups.com> <3qadncD4-6fcPsbMnZ2dnUVZ_rqdnZ2d@westnet.com.au> <5f8ed721-7c89-4ffd-8f2b-21979cc3386a@kk11g2000pbb.googlegroups.com> Date: Wed, 3 Apr 2013 17:22:26 +1100 Subject: Re: Performance of int/long in Python 3 From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 14 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364970149 news.xs4all.nl 6922 [2001:888:2000:d::a6]:43138 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42632 On Wed, Apr 3, 2013 at 3:03 PM, Neil Hodgson wrote: > rusi wrote: > "Every program attempts to expand until it can read mail. Those programs > which cannot so expand are replaced by ones which can." In my personal experience, it's calculators. I put command-line calculators into *everything*... often in the form of more general executors, and thus restricted to admins, but it's still a calculator. For some reason, the ability to type "calc 1+2" and get back 3 is very satisfying to me. You know, in case I ever forget what one plus two makes. ChrisA