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 Fix coffee Makefile paths and README 10 years ago
..
README.rst Fix coffee Makefile paths and README 10 years ago
globals.coffee some coffeescript examples 11 years ago
hello.coffee rename __duk__ to Duktape in examples 11 years ago
mandel.coffee some coffeescript examples 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