0
is there any transpiler for converting JavaScript code into java code?
Transpiler
5 Antworten
0
Try JSweet. Google it.
0
How can I add jsweet in sololearn.is there any script SRC for that?
0
Jsweet translates in the opposite direction (java -> JS)
0
Is there any transpiler to convert js---->java
0
There are several attempts to convert data objects or parts of code, but nothing hassle-free and comprehensive
other way is run js on JVM
https://ringojs.org/
https://www.graalvm.org/
older
https://openjdk.java.net/projects/nashorn/
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/Rhino