Back to Hhvm

Coffeescript examples

third-party/fb-mysql/8.0.20/extra/duktape/duktape-2.3.0/examples/coffee/README.rst

latest283 B
Original Source

===================== Coffeescript examples

A few tests to see how CoffeeScript works with Duktape. Just convert the Coffeescript files to Javascript with the Makefile.coffee in the distributable, or manually::

$ coffee -c hello.coffee $ cat hello.js