Reputation: 18266
I would like to embed javascript into a java application but given coffeescript cleans up some of the superfluous syntax of javascript it would be great to support execution of coffee script in a java environment. I couldnt find any links and am asking here just incase someone knows of a translator or compiler.
Upvotes: 4
Views: 1475
Reputation: 262534
The wro4j project (which bundles a lot of HTML/JS/CSS processing steps for a Java toolchain, including Maven plugin) also has CoffeeScript support.
Upvotes: 0
Reputation: 8343
if I understand you right, JCoffeescript would fit what you're after.
Upvotes: 4