Path: csiph.com!usenet.pasdenom.info!gegeweb.org!usenet-fr.net!nerim.net!novso.com!newsfeed.xs4all.nl!newsfeed3.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.023 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'subject:Python': 0.06; 'indeed,': 0.09; 'oh,': 0.09; 'cc:addr:python-list': 0.11; 'python': 0.11; 'evaluates': 0.16; 'to:addr:pearwood.info': 0.16; "to:name:steven d'aprano": 0.16; 'url:talks': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'url:02': 0.24; 'cheers,': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'chris': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; "d'aprano": 0.31; 'obliged': 0.31; 'steven': 0.31; "we're": 0.32; 'received:google.com': 0.35; 'pm,': 0.38; 'little': 0.38; 'subject:': 0.39; 'wonderful': 0.60; 'skip:a 30': 0.61; 'talking': 0.65; 'url:11': 0.68; 'url:2011': 0.75; 'sender:addr:chris': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=rebertia.com; s=google; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=78av2adCh4uYA4FQ+3SJCmlX88/Sczw6Ox2PB8Ysvgs=; b=PV9/mb7nQdh+/IeQlzVsAQE6atK2OpzoRSXAg4i4mf1YzlMimVs+etGfReaXLa/xV8 lfWAxgu06J6UVDhyKIHXKFW/H2db0xb3BK0gzhSlp76dlFvZNVOSZr9hIhnpet0v2OqG RDL+j4nwkx20WOf9TlEiQygmdmxRkHDiPbFnQ= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=78av2adCh4uYA4FQ+3SJCmlX88/Sczw6Ox2PB8Ysvgs=; b=fIf4339Ck5/NQRr6sWvEyOjsX3MpVhwlo0Fdz4yReMrw4ErfHjT6j0MKuaGmhSUh41 aO166vH3RJ0OffCFtS98b6/CHNYb3jM1La/MVgTfvWuGnMMuFlXUjk+NJriXGBJQxtia UDKxRrqHmwxlNbNBPl9zyX8slQvkcPM8/dTRdzuKKDJ5I4/K1ZVOwaBSdcip/763vCiE oafmELFxRQRBaCjdIO1XHuYkgkFB0fV5XQ5y49M+5Bxh1RN4+e0XC558Sy1JKLgJ4qoI I7f1GNX+NLAxqXjZvuu3QcH0sRceU3WQtOEOqoCUKHR7br5u6YNIpeOf0iE7IQBOIFQS 7R2A== X-Gm-Message-State: ALoCoQnbMMJfTYwLivNE8xW5Hy1c2zt2/kmSP3bW2877oSKMPUQqUtrmmC6BauEikjeKVZUMlZTz MIME-Version: 1.0 X-Received: by 10.50.23.46 with SMTP id j14mr4925822igf.41.1381382764728; Wed, 09 Oct 2013 22:26:04 -0700 (PDT) Sender: chris@rebertia.com In-Reply-To: <52562ee3$0$2931$c3e8da3$76491128@news.astraweb.com> References: <52562ee3$0$2931$c3e8da3$76491128@news.astraweb.com> Date: Wed, 9 Oct 2013 22:26:04 -0700 X-Google-Sender-Auth: Ch9ajntADcEOIZykSumOB_MGexc Subject: Re: I am never going to complain about Python again From: Chris Rebert To: "Steven D'Aprano" Content-Type: text/plain; charset=UTF-8 Cc: Python 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1381382773 news.xs4all.nl 15871 [2001:888:2000:d::a6]:52226 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:56539 On Wed, Oct 9, 2013 at 9:36 PM, Steven D'Aprano wrote: > Just came across this little Javascript gem: > > ",,," == Array((null,'cool',false,NaN,4)); > > => evaluates as true > > http://wtfjs.com/2011/02/11/all-your-commas-are-belong-to-Array > > I swear, I am never going to complain about Python again. Oh, indeed, you have no idea. Since we're talking about JavaScript suckage, I'm obliged to link to this wonderful video on the subject: https://www.destroyallsoftware.com/talks/wat Cheers, Chris R.