polardbxengine/extra/duktape/duktape-2.3.0/examples/coffee
dengwendi 1d6524707e INIT 2023-11-15 15:04:10 +08:00
..
README.rst INIT 2023-11-15 15:04:10 +08:00
globals.coffee INIT 2023-11-15 15:04:10 +08:00
hello.coffee INIT 2023-11-15 15:04:10 +08:00
mandel.coffee INIT 2023-11-15 15:04:10 +08:00

README.rst

=====================
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