spacecadet@lemm.eetoProgramming@programming.dev•I need help getting back into development
4·
2 months agoI was going to say this. I hate Java as much as the next dev, but everything runs on Java. If it’s web -> Spring, DevOps -> Jenkins, Event Streams -> Kafka, Big Data -> Spark, Logging & SRE -> Flink. All of these are built on JVM based languages. I am fortunate enough to program Rust daily at my job, but my options for getting another Rust job are severely limited. Everybody always wants Java or Go. They always ask for C++ , but I’m convinced that day 1 they would have you switch to Java.
I really believe the future is going to be Zig + Rust. They both have very promising futures. Production and safety critical software will benefit from Rusts increased memory safety and Zig will be great for bleeding edge performance and drop-in C replacement.