Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!news.mixmin.net!feed.xsnews.nl!border-1.ams.xsnews.nl!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.026 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'languages,': 0.04; 'true,': 0.04; 'subject:Python': 0.05; 'nasty': 0.07; 'python': 0.09; 'sep': 0.09; 'language': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'personally,': 0.16; 'wed,': 0.16; 'wrote:': 0.17; 'code,': 0.18; "i'd": 0.22; 'header:In- Reply-To:1': 0.25; 'url:au': 0.27; 'message-id:@mail.gmail.com': 0.27; 'chris': 0.28; "d'aprano": 0.29; 'directly,': 0.29; 'steven': 0.29; 'url:05': 0.29; "i'm": 0.29; 'that.': 0.30; 'url:2012': 0.30; 'year,': 0.30; 'code': 0.31; 'to:addr:python- list': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'but': 0.36; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'comment': 0.38; 'some': 0.38; 'sure': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'side': 0.61; 'more': 0.63; 'url:blogspot': 0.64; 'here': 0.65; '26,': 0.65; 'multilingual': 0.65; 'tasks.': 0.65; 'touch': 0.69; 'benefit': 0.70; 'flip': 0.84; 'pyjamas': 0.84; 'walking': 0.91 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 :content-type; bh=3ZilUopWaO/eRUihOjZTWbwR4f3wklz0AfRGUTN31F0=; b=KmZ1uZ/wbjZcoNs0Dz9CIIglGLzeBXGIvA8na98BfwiyZ6y9H7MQpKVC+Xao7UEqcD dn5gAzMtayoQMq+JKoCDsYIi7ib4lMqmiPUaRDzDTVMyzaRM6fhG/HGLUJQ3BTni4PAG xOIbSMKyUIXZYO9EHc/L6l4O5/FhuP90jEIcfV2svW5PeemZXaU4F5OrmmI6gufuwIr0 GhI04Pm025Gbov/meazwC+dKYXa4lKKKHb4vyVCLPIY2AXvjEXax9NXIpGWUcYbO/TcO rTRebjTc368EgK14nPExI7nu5e64oGCy9f1trpbFcFeZeCI3PvrmBZaaBwGlEQL4gU4M wQjg== MIME-Version: 1.0 In-Reply-To: <50628fb5$0$29997$c3e8da3$5496439d@news.astraweb.com> References: <5062525b$0$29981$c3e8da3$5496439d@news.astraweb.com> <7x392561cu.fsf@ruckus.brouhaha.com> <50628fb5$0$29997$c3e8da3$5496439d@news.astraweb.com> Date: Wed, 26 Sep 2012 16:02:39 +1000 Subject: Re: Article on the future of 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.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: 22 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348639362 news.xs4all.nl 6877 [2001:888:2000:d::a6]:33655 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30144 On Wed, Sep 26, 2012 at 3:16 PM, Steven D'Aprano wrote: > On Wed, 26 Sep 2012 14:10:28 +1000, Chris Angelico wrote: > >> The flip side to node.js is pyjs. > > After the ham-fisted, nasty way pyjamas project was hijacked this year, > I'm not entirely sure I'd want to touch it with a fifty-foot pole. > > http://technogems.blogspot.com.au/2012/05/pyjamas-hijacked.html > > Any pajamas users here want to comment on the fallout? Is the project > alive, dead, or walking dead? That is true, but the concept is still around - that you can write your code in some other language and compile to js. Personally, I'd rather just write my js directly, and use Python to write Python code, but I'm sufficiently multilingual to be able to do that. If you know only 1-2 languages, there's (short-term) benefit in using them for more tasks. ChrisA