One irony regarding JavaFX is that the original JavaFX Script language[1] was probably among the best frontend languages ever created (better than TypeScript or Elm in many ways, IMO). It is powerful, typed, and easy for JS developers and designers to learn, plus it's designed for CSS integration. When it was abandoned by Oracle (good decision), it was forked [2], maintained and improved for some time, and then withered. I hope someone would take it[3] and write a JavaScript/HTML backend. It has pretty good tooling (IDE support) that could probably be used.<p>[1]: <a href="https://en.wikipedia.org/wiki/JavaFX_Script" rel="nofollow">https://en.wikipedia.org/wiki/JavaFX_Script</a><p>[2]: <a href="http://javafx.steveonjava.com/accouncing-visage/" rel="nofollow">http://javafx.steveonjava.com/accouncing-visage/</a><p>[3]: <a href="https://github.com/visage-lang" rel="nofollow">https://github.com/visage-lang</a>