Migrating a Java application to JavaScript with JSweet: a real-life example
JSweet, Java, JavaScript, TypeScript, Transpiler, Compiler, Translation, Convert, GWT, DukeScript... (more…)
Read more »
Our
introductory post for
inline-java showed that we
could call methods written in Java (or indeed any JVM function) from
Haskell. Much in the style of other packages, it is moreover possible
to do using java syntax, so examples from Java API documentatio… Read more