mirror of https://github.com/svaarala/duktape.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Sami Vaarala
f90d1dd0ab
|
10 years ago | |
---|---|---|
.. | ||
README.rst | 10 years ago | |
globals.coffee | 11 years ago | |
hello.coffee | 11 years ago | |
mandel.coffee | 11 years ago |
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