you are viewing a single comment's thread
view the rest of the comments
[–] 12 points 2 years ago (3 children)

Just use Kotlin to write your JS/TS

  • source
  • hideshow 6 child comments
  • [–] 4 points 2 years ago (2 children)

    You can also do this with dart. I swear there was another "new" language which could also be compiled to JS as well.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 8 points 2 years ago

    There are a lot of programming languages that compile down to JavaScript. I used to be big into Dart, but lost interest when they became solely focused on Flutter.

    I personally like using Haxe as it compiles to actual readable JavaScript (and, for fun, a bunch of other languages).

  • source
  • parent