Path: csiph.com!usenet.pasdenom.info!news.etla.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed4.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.050 X-Spam-Evidence: '*H*': 0.90; '*S*': 0.00; 'subject:Python': 0.06; 'reason,': 0.07; 'source.': 0.07; 'feature,': 0.09; 'received :mail-vc0-f174.google.com': 0.09; '"every': 0.16; 'admins,': 0.16; 'command-line': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'roy': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'thu,': 0.19; '(the': 0.22; 'satisfying': 0.24; 'regardless': 0.24; 'subject:/': 0.26; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'feature': 0.29; 'am,': 0.29; 'thus': 0.29; 'message- id:@mail.gmail.com': 0.30; 'received:209.85.220.174': 0.31; 'restricted': 0.31; 'this.': 0.32; 'received:209.85': 0.35; 'received:209.85.220': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 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; 'information': 0.63; 'personal': 0.63; 'more': 0.64; 'smith': 0.68; 'mail.': 0.69; 'article': 0.77; 'discovered': 0.83; 'spotlight': 0.84; '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=wd48O2gVWuYwv7/5fULRS7k439lGADCX308+WvgGLBQ=; b=pYTkGXuX9ry2wicuy68JfnjEyDleCpGI7ru4FNX8yY8ajQL72k/zKmtRNJGpTpH3bu b4iezMRe5tBLG0PrVHo480nrNAj8KNydd4F9HoMYYcYbZOVXeK38bir4pXicdaiL+0ek zMGzni9XgvXVRkLiMaBWrPh6YsKQzUyx11Iap7j7Nl+DsxKO4CwIuzJu9EPS7jLNSRgf Lso78h0lWmhx54714pRSYUV7yy0zLwKR0PtOpaMlVXuvWejqyhiczzXHOsONpHf2Kncj RU74kxD320m5jHFl8arvajoO8ZWwdL0iclZpfKQ/lBszq4Dw+i5E0KS1dG1jkEPmgNHo 9sUQ== MIME-Version: 1.0 X-Received: by 10.220.231.199 with SMTP id jr7mr1156070vcb.70.1364996287882; Wed, 03 Apr 2013 06:38:07 -0700 (PDT) In-Reply-To: References: <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: Thu, 4 Apr 2013 00:38:07 +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: 25 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1364996290 news.xs4all.nl 6949 [2001:888:2000:d::a6]:50803 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:42666 On Thu, Apr 4, 2013 at 12:28 AM, Roy Smith wrote: > In article , > Chris Angelico wrote: > >> 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. > > I discovered recently that Spotlight (the OSX built-in search engine) > can do this. Good feature, not surprising. Google Search has had that feature for a while, and it just "feels right" to be able to look up information the same way regardless of its source. ChrisA