this post was submitted on 08 Sep 2023
530 points (94.0% liked)

Programmer Humor

19809 readers
275 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

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] surge_1 13 points 1 year ago (7 children)

Just use Kotlin to write your JS/TS

[–] Solemarc 5 points 1 year 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.

[–] thebosz 8 points 1 year 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).

[–] qaz 2 points 1 year ago* (last edited 1 year ago)

Scala can also compile to JS.

load more comments (4 replies)