Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.dougwise.org!news-transit.tcx.org.uk!feeder.news-service.com!news2.euro.net!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.130 X-Spam-Level: * X-Spam-Evidence: '*H*': 0.77; '*S*': 0.03; 'subject:Python': 0.04; 'override': 0.09; 'am,': 0.14; 'wrote:': 0.14; 'roy': 0.16; 'header:In-Reply-To:1': 0.22; 'subject:data': 0.26; 'chris': 0.27; 'message-id:@mail.gmail.com': 0.28; 'subject:?': 0.29; 'fri,': 0.29; 'to:addr:python-list': 0.32; 'subject:What': 0.35; 'subject:use': 0.35; 'some': 0.37; 'received:209.85': 0.37; 'received:google.com': 0.38; 'to:addr:python.org': 0.39; 'received:209': 0.39; 'header:Received:5': 0.40; '2011': 0.62; '"hey,': 0.84; 'received:209.85.210.174': 0.84; 'received:mail- iy0-f174.google.com': 0.84; 'subject:other': 0.84; 'profit.': 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=cQIa1oMeromIhD6VWT5vGZfJFaylLMJbl9cDtLcf6gw=; b=RHElvr2xbE0yXKqQNPoQLdDyr/VinQh49cwufJeOOAMalXX8PdaWEbIeqnckClT8Hj H7K0tFcPymDc1Hr4iE4YTzM5DJi6h/iDHNEvGEMUnR4WI/4H6PCOpsyQRkMtEzLyxnUd jsaqZUS+bpk38qXB1mQkCH+BKUV0qWnKSwLBI= 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=Ix5TFfKjxGI5kY4QWSFVOrNu2SVtwL2MuNcssrs6VzH60DC46jvQ62KMNpeCwTF+Mo XaLDXqv2S8nxj6B7MIEh68uKUMOMCS3i+LwHK/x3naxlEnB4dbilGtYQ0XvI4xi3Qi7f hkRHszO6au7euljWGhX1nl8NpMW3TJ2omrvkA= MIME-Version: 1.0 In-Reply-To: References: <4dbd1dbf$0$29991$c3e8da3$5496439d@news.astraweb.com> <77f64071-b288-404c-8280-b2c61ba77f06@n10g2000yqf.googlegroups.com> <92fbt9FfooU1@mid.individual.net> <92fsvjFkghU1@mid.individual.net> Date: Fri, 6 May 2011 08:01:27 +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: 6 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1304632890 news.xs4all.nl 41110 [::ffff:82.94.164.166]:48746 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:4779 On Fri, May 6, 2011 at 1:29 AM, Roy Smith wrote: > "Hey, let's override operator,() and have some fun" Destroying sanity, for fun and profit. Chris Angelico