Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!tudelft.nl!txtfeed1.tudelft.nl!multikabel.net!newsfeed20.multikabel.net!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.009 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'debug': 0.03; 'subject:Python': 0.05; 'python': 0.08; 'cc:addr:python-list': 0.15; 'bieber': 0.16; 'then?': 0.16; 'language': 0.17; '(which': 0.19; 'programming': 0.20; 'cc:no real name:2**0': 0.21; 'feb': 0.22; 'header:In-Reply-To:1': 0.22; 'differ': 0.23; 'moreover,': 0.23; 'cc:2**0': 0.25; 'code': 0.25; 'all,': 0.27; 'lee': 0.28; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'kelly': 0.30; 'received:209.85.210.46': 0.30; 'received:mail- pz0-f46.google.com': 0.30; 'translator': 0.30; 'point,': 0.32; 'thu,': 0.32; 'agree': 0.33; 'there': 0.33; 'spent': 0.34; 'trouble': 0.35; 'unless': 0.37; 'received:google.com': 0.37; 'another': 0.37; 'received:209.85': 0.38; 'think': 0.38; 'should': 0.38; 'why': 0.39; 'else': 0.39; 'everyone': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'miss': 0.65; 'dennis': 0.73 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=2C0hr37OcF8uPtSv0w16zzaA6EMQFQdLd48zJQtYvZE=; b=UPTNwHCe3KIRV45I4NtqhfP2CtFE9S6MdD7/uQHx8QfzjFnUH3ZOrA0uZzGuccFdX2 Rpgc2rriuXPY6MRs2cjuYhDY+26E4p9Ri+FBqeMoAqWOLYu/fNo8dHWtRK3REwBZx4lh SAgx+zHMO7eMZq1utl7vldps2BXXYa5QCvIoo= MIME-Version: 1.0 In-Reply-To: References: <21293604.477.1328191753730.JavaMail.geo-discussion-forums@vbbfd4> Date: Fri, 3 Feb 2012 17:24:54 +0000 Subject: Re: SnakeScript? (CoffeeScript for Python) From: andrea crotti To: Dennis Lee Bieber Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org 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: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328289898 news.xs4all.nl 6926 [2001:888:2000:d::a6]:45310 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19837 2012/2/3 Dennis Lee Bieber : > On Thu, 2 Feb 2012 18:19:22 -0700, Ian Kelly > =A0 =A0 =A0 =A0 > > =A0 =A0 =A0 =A0I spent nearly 20 years having to maintain the /output/ of= such a > translator. > Yes I think that is the point, if the code you maintain and the code which you have to debug differ because there is a translator in the middle you're going to be in trouble before or later. Moreover, unless you only work alone (which is very unlikely) I think you should agree with everyone else in such a decision.. And if you really miss so much features that are not in Python at all, why not just use another programming language which has them then?