Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!selfless.tophat.at!newsfeed.xs4all.nl!newsfeed5.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'wed,': 0.03; 'python)': 0.05; 'disagree': 0.07; 'though.': 0.07; 'syntax': 0.11; 'am,': 0.14; 'received:209.85.214.174': 0.14; 'received:mail- iw0-f174.google.com': 0.14; 'wrote:': 0.14; 'angelico': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'jumping': 0.16; 'justify': 0.16; 'worried': 0.16; 'language': 0.18; "people's": 0.19; 'header:In-Reply-To:1': 0.21; '(but': 0.22; '(we': 0.23; "doesn't": 0.25; '(and': 0.25; 'up.': 0.26; "i'm": 0.27; 'message-id:@mail.gmail.com': 0.28; 'thanks': 0.28; 'changing': 0.28; 'helpful': 0.28; 'received:209.85.214': 0.28; 'subject:web': 0.29; 'looks': 0.31; 'it.': 0.31; 'does': 0.33; 'to:addr:python-list': 0.33; 'topic': 0.33; 'list': 0.33; 'chris': 0.34; 'points': 0.34; 'all.': 0.35; 'there': 0.35; 'probably': 0.36; 'received:google.com': 0.37; 'received:209.85': 0.37; 'think': 0.38; 'mailing': 0.38; 'but': 0.38; 'somewhat': 0.38; 'subject:: ': 0.38; 'some': 0.38; 'received:209': 0.39; 'add': 0.39; 'to:addr:python.org': 0.39; 'really': 0.40; 'more': 0.60; 'play': 0.64; 'here': 0.66; 'glad': 0.66; 'sell': 0.72; 'boss': 0.73; 'learned': 0.73; '"hey,': 0.84; 'interesting,': 0.84; 'them;': 0.84; 'flip': 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:content-transfer-encoding; bh=+I9KFDFXflAgJGiNkwCEUZbfAAQMFuS8d7bro3hIkqc=; b=Z7Cit1ORrYn69TqVkr3L5tJpBR1p7vIt6L1Vc45C63UqVTztPSTM4BNMscz913TDdW 1ObtMc0nI8ey7AusDa3SvtoLYqPUkDTvG87LgjQFDNw7NOuUpAHV/Lfut+DL4Au2vELk PnWStYhPR7OreQO+dYL+QCrf30PylL6utLa0w= 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:content-transfer-encoding; b=hHNHhEvSWSB+mc8FlmZ1lSz2ZFdsjCuQorfH2X21zKzf4Z+Q+DEOPjDt7HUQ5DllrN EoaaFtFWofXr8lv2NrVLBljIEYoUP2qFCIGgDr3iSE23SULhsnrKzLes01rdY4vN6zXx 63q791rGU/+yeTKPsENK8At1upXsAo7iPJiLw= MIME-Version: 1.0 In-Reply-To: <6FE04C83D5C54CA491256C2DB5E06453@mycomputer> References: <6FE04C83D5C54CA491256C2DB5E06453@mycomputer> Date: Wed, 15 Jun 2011 08:00:04 +1000 Subject: Re: Rant on web browsers From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 30 NNTP-Posting-Host: 82.94.164.166 X-Trace: 1308088808 news.xs4all.nl 49181 [::ffff:82.94.164.166]:58332 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:7633 On Wed, Jun 15, 2011 at 12:11 AM, Patty wrote: > Hi Chris - I am just learning JavaScript and this was helpful to me, not = a > rant. =A0I am reading JavaScript: =A0The Good Parts so he is jumping arou= nd in > topic and I can just use this when learning about dates and ints coming u= p. Hehe. Just that it was helpful doesn't make it not-a-rant, but I'm glad there was some value in it. There's probably more value in people's offered suggestions than in my original moan, though. I'm going to have to start looking into a few of them; there's probably one that I can sell to my boss as "Hey, we need this". CoffeeScript looks interesting, but I'm somewhat worried that it's only going to add its own restrictions on top of Javascript's, changing syntax without really improving very much. It does look cool, though. (But I disagree with it (and Python) on points such as non-declared variables.) Since it's a new language (we don't use Ruby here yet), I don't think I can justify it to my boss - any new language would have to be learned by more people than just me. On the flip side, I might play around with it for my own web site at some point. Thanks for the tips, all. This is what makes a good mailing list - helpful people! Chris Angelico