Edgewall Software

Version 1 (modified by Christian Boos, 8 years ago) ( diff )

just the basics

CoffeeScript

A language compiling into JavaScript, with a nice syntax close to Python (with some flavors of Ruby as well ;-) ).

See http://coffeescript.org/.

The easiest way to install a ready-to-use CoffeeScript compiler is to first install nodejs, then:

npm install -g coffee-script

We're not using CoffeeScript in the Trac code base yet, but this may change in the future (see alternatives to ITemplateStreamFilter). In the meantime, nothing prevents you to use it in your plugins!

Note: See TracWiki for help on using the wiki.