Oddbean new post about | logout
ā–² ā–¼
 There are 2 coding realities today:
- Every C code is being rewritten in Rust.
- Every Java code is being rewritten in Kotlin. 
 And then the Rust stuff is getting compiled to wasm. 
ā–² ā–¼
 Kotlin too :)  
ā–² ā–¼
 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.