Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.01; 'subject:Python': 0.05; ':-)': 0.06; 'compiler': 0.07; 'python': 0.08; 'syntax.': 0.09; 'am,': 0.12; '"python': 0.15; 'cc:addr :python-list': 0.15; 'syntax': 0.15; 'wrote:': 0.16; 'convert': 0.19; 'cc:no real name:2**0': 0.21; 'feb': 0.22; 'header:In-Reply- To:1': 0.22; 'cc:2**0': 0.25; 'paul': 0.27; 'message- id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.29; 'pattern': 0.30; 'functional': 0.30; 'matching': 0.32; 'note,': 0.32; 'thu,': 0.32; "isn't": 0.32; 'be.': 0.35; 'received:209.85.160.46': 0.35; 'received:mail-pw0-f46.google.com': 0.35; 'received:209.85.160': 0.35; 'received:google.com': 0.37; 'could': 0.37; 'received:209.85': 0.38; 'e.g.': 0.38; 'why': 0.39; 'received:209': 0.39; 'subject:: ': 0.39; 'more': 0.61; 'moore': 0.73; '11:30': 0.84; 'something.': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=yeirr5C672erwVvSbJLF1aKiJzIFKvfaOLtBd3fs9xk=; b=ah6ybvK5yLPIjVdI11eTbupBXXYHZxmzAV1noqmsE8lMMTnaY84N2dhF1lCWHZFu7u TjQ0wRhcCMmdjKv2qmJnkgZAp+Ap/WkyVXnLGQEdt35dVAEpCmasb1WF67dmZn9ZvGuJ l9VO5peOpSmWWs6vi+qtDRbjFf851fVJVKGic= MIME-Version: 1.0 In-Reply-To: References: <21293604.477.1328191753730.JavaMail.geo-discussion-forums@vbbfd4> From: Devin Jeanpierre Date: Thu, 2 Feb 2012 12:12:33 -0500 Subject: Re: SnakeScript? (CoffeeScript for Python) To: Paul Moore Content-Type: text/plain; charset=UTF-8 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: 11 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1328202797 news.xs4all.nl 6861 [2001:888:2000:d::a6]:52171 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:19802 On Thu, Feb 2, 2012 at 11:30 AM, Paul Moore wrote: > Isn't CoffeeScript just a compiler to convert a cleaner syntax into > Javascript? If so, why would you need such a thing for Python, where > the syntax is already clean and simple? :-) Coffeescript is a more functional syntax. On that note, Python isn't as functional as it could be. e.g. the "Python Coffeescript" could add pattern matching or TCO or something. -- Devin