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!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.068 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'python.': 0.02; 'exercise': 0.04; 'subject:Python': 0.06; 'cc:addr:python-list': 0.11; 'cc:name:python list': 0.16; 'eat': 0.16; 'subject:Java': 0.16; 'there?': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'discussion': 0.18; 'later': 0.20; 'machine': 0.22; 'separate': 0.22; 'cc:addr:python.org': 0.22; 'load': 0.23; 'cheers,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'leave': 0.29; 'message-id:@mail.gmail.com': 0.30; 'analytical': 0.31; 'this.': 0.32; 'entirely': 0.33; 'could': 0.34; 'subject: (': 0.35; 'received:google.com': 0.35; 'there': 0.35; 'disk': 0.36; 'science.': 0.36; 'doing': 0.36; "i'll": 0.36; 'thank': 0.38; 'does': 0.39; 'university': 0.39; 'how': 0.40; 'even': 0.60; 'digital': 0.61; 'matter': 0.61; 'skip:* 10': 0.61; "you're": 0.61; 'you.': 0.62; 'back': 0.62; "you've": 0.63; 'such': 0.63; 'department.': 0.68; 'physics': 0.68; 'computers': 0.72; 'physical': 0.72; 'cut': 0.74; 'analog': 0.84; 'universe': 0.84; 'received:mail-wi0-x229.google.com': 0.91; 'invite': 0.98 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 :cc:content-type; bh=qpH9t/PQBV4B28CB84XbEgs5g4+W77d6nzZ1vn9lgYM=; b=Hc1/LoKGg3RrGQX1sc3CvkicBl59m8OT9nULHDF63hkGNW+m9xn2vaelRQMZbuX/ts Bjct90jPqBtUgU0Y4evJ+q5bSNSpfb9DHCIpiAP3jThZwWdOF1LxqEVobOPLPxulqfqh bt6zUWeYFGtMUoPE0maCkxZZiLZiP78MWDhWxu9KblIMxJ/47bFRNHZ2F5sCttGtCkJD dGvjVwSMUFIkrTbaCRavRl4fzqCB0hwYsYPJFJbg90anB8GGhH1dOuhq1YPZOYCn0G9k La1pisv5tUPsUYcAEfyaDfjXGTbs+/ipvMoHT5FQhi4zY/9hWPp4FsQSuEwO6lDM8Oas 8rPw== MIME-Version: 1.0 X-Received: by 10.180.13.174 with SMTP id i14mr720582wic.49.1382062110257; Thu, 17 Oct 2013 19:08:30 -0700 (PDT) In-Reply-To: <52609464$0$29981$c3e8da3$5496439d@news.astraweb.com> References: <525F33BD.80409@nedbatchelder.com> <525F46F5.10802@nedbatchelder.com> <52609464$0$29981$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 17 Oct 2013 19:08:30 -0700 Subject: Re: Python was designed (was Re: Multi-threading in Python vs Java) From: Mark Janssen To: "Steven D'Aprano" Content-Type: text/plain; charset=ISO-8859-1 Cc: Python List 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1382062609 news.xs4all.nl 16008 [2001:888:2000:d::a6]:37357 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:57017 >> It's like this. No matter how you cut it, you're going to get back to >> the computers where you load instructions with switches. At that point, >> I'll be very much looking in anticipation to your binary-digit lexer. > > Why stop there? If you go back far enough, you've got Babbage with his > Analytical Engine and his laboriously hand-cast analog gears. And there you bring up the heart of it: the confusion in computer science. thank you. Babbage's differential engine is not doing *computation* , it is doing *physics*. We must draw a line somewhere, because the digital realm in the machine is so entirely separate from the physics (and even the physical hardware), that I could make a whole other universe that does not conform to it. It is a whole other ModelOfComputation. Q.E.D. (Who else is going to have to eat a floppy disk here?) > Relevant: > > http://www.xkcd.com/451/ *winks*. BTW, all this regarding "models of computation" and such is relevant to the discussion only because of one thing: I like python. I will leave that vague response for a later exercise after I get an invite from a University (MIT?) to head their Computer Engineering department. Cheers, Mark