Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.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.022 X-Spam-Evidence: '*H*': 0.96; '*S*': 0.00; 'python.': 0.04; 'subject:Python': 0.05; 'python': 0.08; 'cc:addr:python-list': 0.15; 'syntax': 0.15; 'code?': 0.16; 'translates': 0.16; 'header :In-Reply-To:1': 0.22; 'code': 0.25; 'compiled': 0.25; 'asking': 0.27; 'message-id:@mail.gmail.com': 0.28; 'compile': 0.28; 'cc:addr:python.org': 0.29; '(unless': 0.30; 'cc:addr:googlegroups.com': 0.30; 'translator': 0.30; 'quite': 0.31; 'correct': 0.31; 'something': 0.35; 'received:209.85.160.46': 0.35; 'received:mail- pw0-f46.google.com': 0.35; 'received:209.85.160': 0.35; 'url:python': 0.36; 'cc:2**1': 0.36; 'thread': 0.36; 'url:pipermail': 0.36; 'but': 0.37; 'received:google.com': 0.37; 'some': 0.38; 'received:209.85': 0.38; 'think': 0.38; 'url:org': 0.39; 'why': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'your': 0.61; 'source?': 0.84 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; bh=oEQjagOfuuKNDje4tDhw8MlL/wp/wLvMuNxlOkNm9LA=; b=irUb5YjApzuCPrVLiF/xbx2AUXGmflWifxbBG04XLH41p2tMVgdFY+Sf6q3RMehwvS bDHKYXcLaubPDSotgAoZys0O4z1Js0e5bm+sdalsxxiV54evvcqUOR1/C+clEj0r7urf IK9BKWpzHlp0MdWv0XsNccV8Z1RGajIaeWZj0= MIME-Version: 1.0 In-Reply-To: References: <21293604.477.1328191753730.JavaMail.geo-discussion-forums@vbbfd4> Date: Thu, 2 Feb 2012 22:53:21 +0000 Subject: Re: SnakeScript? (CoffeeScript for Python) From: andrea crotti To: Amirouche Boubekki Content-Type: text/plain; charset=ISO-8859-1 Cc: python-list@python.org, comp.lang.python@googlegroups.com 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328223205 news.xs4all.nl 6874 [2001:888:2000:d::a6]:38665 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19812 2012/2/2 Amirouche Boubekki : > They are solution to write Python code that translates to javascript see > this thread > http://mail.python.org/pipermail/python-list/2011-November/1283110.html > Mm I don't think it's what the OP is asking (unless I misunderstood...). I think he wants to compile some syntax TO Python. But I don't really see why you would something like this (if not for fun). Then how are you going to maintain the code? Maintain the compiled code or the source? And proving that your translator is always correct I think it's quite a hard task too...