this post was submitted on 08 Sep 2023
544 points (94.2% liked)

Programmer Humor

19154 readers
2012 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 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 12 points 1 year ago (3 children)

Just use Kotlin to write your JS/TS

[–] [email protected] 11 points 1 year ago
[–] [email protected] 4 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.

[–] [email protected] 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).

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

Scala can also compile to JS.

[–] [email protected] 2 points 1 year ago (1 children)
[–] [email protected] 3 points 1 year ago (1 children)

Kotlin Koans is a good hands on intro, especially if you're already familiar with Java.