this post was submitted on 08 Sep 2023
547 points (94.2% liked)
Programmer Humor
19453 readers
69 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Just use Kotlin to write your JS/TS
the fuck? TIL
You can also do this with dart. I swear there was another "new" language which could also be compiled to JS as well.
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).
Scala can also compile to JS.
Best place to learn it?
Kotlin Koans is a good hands on intro, especially if you're already familiar with Java.
Kotlin for Javascript