mP.
mP.

Reputation: 18266

Java library that converts coffeescript to javascript or compiled java executable?

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

Answers (2)

Thilo
Thilo

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

PandaWood
PandaWood

Reputation: 8343

if I understand you right, JCoffeescript would fit what you're after.

Upvotes: 4

Related Questions