Edgewall Software

Changes between Initial Version and Version 1 of TracDev/CoffeeScript


Ignore:
Timestamp:
Feb 23, 2016, 1:04:48 AM (8 years ago)
Author:
Christian Boos
Comment:

just the basics

Legend:

Unmodified
Added
Removed
Modified
  • TracDev/CoffeeScript

    v1 v1  
     1= !CoffeeScript
     2
     3A language compiling into JavaScript, with a nice syntax close to Python (with some flavors of Ruby as well ;-) ).
     4
     5See http://coffeescript.org/.
     6
     7The easiest way to install a ready-to-use !CoffeeScript compiler is to first install [https://nodejs.org nodejs], then:
     8{{{#!shell
     9npm install -g coffee-script
     10}}}
     11
     12We're not using !CoffeeScript in the Trac code base yet, but this may change in the future (see [TracDev/PortingFromGenshiToJinja#ReplacingITemplateStreamFilter alternatives to ITemplateStreamFilter]). In the meantime, nothing prevents you to use it in your plugins!