Support compile-to-js languages
It would be nice to add, perhaps using some annotation syntax if it could make things simpler to implement, source processing directives such as Coffeescript, Livescript or Typescript.
E.g.
`
// :coffee
sayHi = ->
'Hello from Coffesescript."
do sayHi
`
... could just work.
38
votes
