]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/src/third_party/duktape-1.5.2/examples/coffee/README.rst
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / src / third_party / duktape-1.5.2 / examples / coffee / README.rst
1 =====================
2 Coffeescript examples
3 =====================
4
5 A few tests to see how CoffeeScript works with Duktape. Just convert the
6 Coffeescript files to Javascript with the ``Makefile.coffee`` in the
7 distributable, or manually::
8
9 $ coffee -c hello.coffee
10 $ cat hello.js