I'm wondering whether it's possible to compile Haxe to Coffeescript - are there any tools that are available for this? I find Coffeescript's syntax to be much more concise than that of Javascript, so I'd like to find a Coffeescript target for Haxe (if it exists.)
相关问题
- FlashDevelop Haxe (Flash) debugger
- Can Haxe compiler convert any C# code to Haxe?
- no difference between [..] and […] for array?
- Simple promise example with bluebird and coffeescr
- Interfacing with Java Functions in Haxe
相关文章
- Most concise way to assign a value from a variable
- CoffeeScript String Comparison
- Change attribute using checkbox, AJAX, jQuery
- Parse error using Remotipart
- Combine and minify templates with CoffeeScript / C
- Ensure that a Haxe program will run on all platfor
- Can't require local CoffeeScript modules
- node.js http.request event flow - where did my END
Haxe already has a Javascript target, and there is already a Javascript-to-Coffeescript that is available ( http://js2coffee.org/ ), so it should be possible, as long as js2coffee does not make any errors in compiling Javascript to Coffeescript.