Any support for scala as foreign language?
It has native compiler runs on llvm
or there also scalajs.
I want to wrote some scala code and then use it fusetools.
Any support for scala as foreign language?
It has native compiler runs on llvm
or there also scalajs.
I want to wrote some scala code and then use it fusetools.
There are no such plans, no.
That’s so sad…
Thanks for reply!
@baram204 you might be able to do it yourself.
I have read that fuse works with JavaScript transcompiler/transpilers
Search this URL for “Babel or TypeScript”
https://www.fusetools.com/docs/scripting/scripting
I googled “Scala Transpiler” and found, what I think to be a transpiler for Scala–JavaScript by the description on the homepage:
https://www.scala-js.org/
You might want to give this a try.
Hope this helps.
DhB