Giter Site home page Giter Site logo

pombredanne / python-coffeescript Goto Github PK

View Code? Open in Web Editor NEW

This project forked from doloopwhile/python-coffeescript

0.0 1.0 0.0 135 KB

A bridge to the JS CoffeeScript compiler.

Home Page: http://d.hatena.ne.jp/doloopwhile/

License: MIT License

python-coffeescript's Introduction

Python-CoffeeScript

Python-CoffeeScript is a bridge to the JS CoffeeScript compiler.

A short example

>>> import coffeescript
>>> print(coffeescript.compile('add = (a, b) -> a + b'))
(function() {
  var add;

  add = function(a, b) {
    return a + b;
  };

}).call(this);

Installation

$ pip install CoffeeScript

or

$ easy_install CoffeeScript

coffee-script.js

The latest version of coffee-script.js (the script for browser <script type="text/coffeescript"> tags) can be download from http://jashkenas.github.com/coffee-script/

License

Copyright (c) 2012 OMOTO Kenji. Released under the MIT license. See LICENSE for details.

You can download current version of coffee-script.js from http://jashkenas.github.com/coffee-script/extras/coffee-script.js

Changes

1.0.5
Made compile_file to accept plural files and Added some utility functions.
1.0.4
Updated coffee-script.js to v1.4.0.
1.0.3
Updated coffee-script.js to v1.3.3.
1.0.2
Updated coffee-script.js to v1.3.1.
1.0.1
Fixed some small problem in setup.py.
1.0.0
First release.

python-coffeescript's People

Contributors

doloopwhile avatar oinutter avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.