There are 2 coding realities today:

- Every C code is being rewritten in Rust.

- Every Java code is being rewritten in Kotlin.

Reply to this note

Please Login to reply.

Discussion

How can i use this information to become rich in the nearest future?

Ask the AI Oracles.

I’m asking Vitor!

🤣

That's just android world. Most server code is going from Java to golang. Or just staying on Java.

I haven't seen anyone create a spring boot project in Java for the last year or so. They all hit the Kotlin button.

I have unfortunately. XML Hell.

Ah, the Kotlin one seems fine. Not strictly necesarry imo, but makes a lot of sense.

I get the impression that the C to Rust one is more rocky than people like to admit and also don't really like to leave the impression of difficulty, but it shines through.

Kotlin became necessary because of Kotlin Multiplatform. Java codebases can't be used when Kotlin compiles to native.

Right! I did read about it but never played with it. I completely forgot about this. Good point.