Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.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.065 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'subject:Python': 0.04; 'high-level': 0.05; 'python': 0.07; 'pm,': 0.11; 'wrote:': 0.14; 'code...': 0.16; 'simulate': 0.16; 'code': 0.22; 'header:In-Reply- To:1': 0.22; 'thu,': 0.22; 'subject:data': 0.26; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'subject:?': 0.29; 'effect': 0.29; 'all.': 0.30; 'semantics': 0.31; 'to:addr:python-list': 0.32; 'implemented': 0.33; 'stuck': 0.35; 'subject:What': 0.35; 'subject:use': 0.35; 'running': 0.36; 'received:209.85': 0.37; 'steven': 0.38; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'could': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; '2011': 0.62; 'importantly,': 0.68; '10:14': 0.84; 'desert': 0.84; 'received:209.85.210.174': 0.84; 'received:mail- iy0-f174.google.com': 0.84; 'subject:other': 0.84; 'island': 0.91 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; bh=U+B2d9+JTo3y0LdhsqFr/atqJjCxGtpFcNF0rFOKgBo=; b=bgxA1PDb9W0nvl171tTMVkUxCp0WeEK4iP5k630gce8mlmr2C7uutZWmqeFEzwHLkx PQK4Y2fDhsAUvNsNHDy1BnGzb8ORXA0xTHG4pHjGIka862gUj2Wm+lj9uV/6/TQdpnSg nxwWnxrqJQyEOmdNFGNOR8fdyVdKyRtVAVbPI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=juvUWVXpa8uQlzuJmsqsUHYSzGIoMgCCglKESYib8MGOV7+s4LFXRkGe1osCLbY807 c41L+cY0WsgKyb5Wi8VvKgx0PBKKf4rYpNeEr7IFjjFX6YmdNGEtrIqWVYeDPQzda0XT bhi2+CtdyIo6a0rcMSy4DqRTCD+pvSRONNyYY= MIME-Version: 1.0 In-Reply-To: <4dc2949e$0$29991$c3e8da3$5496439d@news.astraweb.com> References: <4dbd1dbf$0$29991$c3e8da3$5496439d@news.astraweb.com> <77f64071-b288-404c-8280-b2c61ba77f06@n10g2000yqf.googlegroups.com> <4dc12fb4$0$29991$c3e8da3$5496439d@news.astraweb.com> <7q1898-f3l.ln1@svn.schaathun.net> <3Ihwp.18043$Ot6.11759@newsfe15.iad> <4dc2949e$0$29991$c3e8da3$5496439d@news.astraweb.com> Date: Thu, 5 May 2011 22:37:28 +1000 Subject: Re: What other languages use the same data model as Python? 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.12 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: 82.94.164.166 X-Trace: 1304599052 news.xs4all.nl 81475 [::ffff:82.94.164.166]:47643 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4716 On Thu, May 5, 2011 at 10:14 PM, Steven D'Aprano wrote: > More importantly, Python need not be implemented at all. If you're stuck > on a desert island without electricity, you could simulate the effect of > running any arbitrary Python code merely by understanding the semantics > of high-level Python code... http://xkcd.com/505/ Chris Angelico