jsweet

Can JSweet viably port Java libraries for use in cross-built Scala.js projects?

你说的曾经没有我的故事 提交于 2019-12-11 00:31:43
问题 In the search for ways to make Java libraries accessible to both the JavaScript and JVM sides of Scala.js cross-built projects, please consider the following experiment: Imagine that a Scala.js project needs advanced matrix math capabilities such as Singular Value Decomposition. Although the JavaScript world has Numeric.js and the JVM world has many options, JAMA not least among them, no cross building Scala.js solution exists at the time of this question's formulation. What options do we

Installed jSweet. Now what?

白昼怎懂夜的黑 提交于 2019-12-10 22:04:55
问题 I have a java project which I want to convert into Typescript (about 150 Files). As per http://www.jsweet.org/getting-started/ ...I checked out the jsweet Github project. ...I ran mvn generated-src ...I loaded index.html and it gave me 'It works!' Now what? It is very unclear what happens next. Ideally I would assume there is some runnable file eg. converter.java, where you would specify an input and an output directory. I can't see this being explained anywhere. 回答1: I think that this