SnakeScript? (CoffeeScript for Python)

Devin Jeanpierre jeanpierreda at gmail.com
Thu Feb 2 12:12:33 EST 2012


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



More information about the Python-list mailing list