Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Created October 16, 2012 06:06
Show Gist options
  • Save kjunichi/3897461 to your computer and use it in GitHub Desktop.
Save kjunichi/3897461 to your computer and use it in GitHub Desktop.
CoffeScriptってどうやんだっけ

#準備

<script src="http://jashkenas.github.com/coffee-script/extras/coffee-script.js"></script>

#Compile cs2js

var js = CoffeeScript.compile(data);

#How to run

eval(js);

#Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment