Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #19802

Re: SnakeScript? (CoffeeScript for Python)

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 <jeanpierreda@gmail.com>
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 <e8933752-2b7b-4d90-a70b-99d4e6273ac3@l1g2000vbc.googlegroups.com>
References <21293604.477.1328191753730.JavaMail.geo-discussion-forums@vbbfd4> <e8933752-2b7b-4d90-a70b-99d4e6273ac3@l1g2000vbc.googlegroups.com>
From Devin Jeanpierre <jeanpierreda@gmail.com>
Date Thu, 2 Feb 2012 12:12:33 -0500
Subject Re: SnakeScript? (CoffeeScript for Python)
To Paul Moore <p.f.moore@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.5365.1328202797.27778.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Thu, Feb 2, 2012 at 11:30 AM, Paul  Moore <p.f.moore@gmail.com> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

SnakeScript? (CoffeeScript for Python) Michal Hantl <michal.hantl@gmail.com> - 2012-02-02 06:09 -0800
  Re: SnakeScript? (CoffeeScript for Python) Paul  Moore <p.f.moore@gmail.com> - 2012-02-02 08:30 -0800
    Re: SnakeScript? (CoffeeScript for Python) Devin Jeanpierre <jeanpierreda@gmail.com> - 2012-02-02 12:12 -0500
    Re: SnakeScript? (CoffeeScript for Python) Michal Hantl <michal.hantl@gmail.com> - 2012-02-02 12:23 -0800
      Re: SnakeScript? (CoffeeScript for Python) "bruno.desthuilliers@gmail.com" <bruno.desthuilliers@gmail.com> - 2012-02-03 04:03 -0800
  Re: SnakeScript? (CoffeeScript for Python) andrea crotti <andrea.crotti.0@gmail.com> - 2012-02-02 22:53 +0000
  Re: SnakeScript? (CoffeeScript for Python) Ian Kelly <ian.g.kelly@gmail.com> - 2012-02-02 18:19 -0700
    Re: SnakeScript? (CoffeeScript for Python) Matej Cepl <mcepl@redhat.com> - 2012-02-03 11:42 +0100
      Re: SnakeScript? (CoffeeScript for Python) alex23 <wuwei23@gmail.com> - 2012-02-06 19:52 -0800
  Re: SnakeScript? (CoffeeScript for Python) Chris Angelico <rosuav@gmail.com> - 2012-02-03 13:51 +1100
  Re: SnakeScript? (CoffeeScript for Python) Nathan Rice <nathan.alexander.rice@gmail.com> - 2012-02-03 09:08 -0500
  Re: SnakeScript? (CoffeeScript for Python) Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2012-02-03 11:20 -0500
  Re: SnakeScript? (CoffeeScript for Python) andrea crotti <andrea.crotti.0@gmail.com> - 2012-02-03 17:24 +0000

csiph-web