]> git.proxmox.com Git - ceph.git/blame - ceph/src/civetweb/src/third_party/duktape-1.8.0/examples/coffee/README.rst
buildsys: switch source download to quincy
[ceph.git] / ceph / src / civetweb / src / third_party / duktape-1.8.0 / examples / coffee / README.rst
CommitLineData
7c673cae
FG
1=====================
2Coffeescript examples
3=====================
4
5A few tests to see how CoffeeScript works with Duktape. Just convert the
6Coffeescript files to Javascript with the ``Makefile.coffee`` in the
7distributable, or manually::
8
9 $ coffee -c hello.coffee
10 $ cat hello.js