this post was submitted on 20 Jun 2023
118 points (96.8% liked)

Programmer Humor

31800 readers
551 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 14 points 1 year ago (18 children)

I also feel like it's not accurate anymore.

Java doesn't run on iOS. Period. In fact it's almost impossible to build an iOS app using Java - the only ways to do it are essentially to transpile Java to some other language, so Java isn't running on iOS at all.

iOS is one of the most popular operating system in the world by any measure. It supports a lot of languages.

But not Java.

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

But that is not Javas problem, but IOS. They could use available languages, but they refuse and instead make you use their own programming language, swift. Even more vendor lock-in. Once you start using Apple shit, you join a cult of technology dictatorship.

[–] [email protected] 4 points 1 year ago

That's right. Through the claim that java runs everywhere is still falsified by the fact.

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

Contrary to Java, Swift is open source. Compilers also are open source and available on Windows and Linux besides macOS.

And it’s actually pretty easy to build apps in Swift using Visual Studio Code (you know, the Electron app available on every platform?)

Now, have fun with Android Studio and your transpiled BS Kotlin

[–] [email protected] 3 points 1 year ago

OpenJDK says hello

load more comments (15 replies)