top | item 41477807

(no title)

mav3ri3k | 1 year ago

From my perspective (college student), it is true that there is godly amount of C code in the world which would remain true for a long long time. In similar sense there are also quite a lot of new java developers who maintain the millions of lines of java code.

However a lot of new infrastructure is being developed in rust. Infact it can be argued that the very reason it should be in rust is because it is critical. I think there would be great value if a person can efficiently thread between both rust and c rather than competing.

discuss

order

MBCook|1 year ago

Java is not an old “maintain the code” language as you seem to imply. Despite not being the new hotness for about 25 years it’s an extremely useful and productive language and I assure you there are tons and tons of new things being written in it every day. The language is still evolving and has been getting great improvements. Yeah it has some warts, but it’s been running and keeping backwards compatibility for 30 years despite evolving.

pjmlp|1 year ago

Many seem to forget all the time, that the Java ecosystem powers the most widely sold mobile OS platform across the globe.

lenkite|1 year ago

There are a ridiculous number of greenfield Java projects being started every day. Far more than Rust by orders of magnitude.

jay-barronville|1 year ago

> Infact it can be argued that the very reason it should be in rust is because it is critical. I think there would be great value if a person can efficiently thread between both rust and c rather than competing.

I fully agree with that.

fuckrabs|1 year ago

[deleted]

MBCook|1 year ago

The entire graphics driver for Apple Silicon Macs in Linux, with zero memory bugs in the code despite being deployed to a large number of machines. including a fully conformant OpenGL implementation and most/all of Vulkan (I’ve lost track of the current state).