Linked by Thom Holwerda on Fri 8th Aug 2008 18:31 UTC, submitted by Hagar
Thread beginning with comment 326262
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
Old but intresting (pdf):
http://research.sun.com/techrep/2006/smli_tr-2006-156.pdf
Writing device drivers in Java is not a bad idea. definitely safer than C.






Member since:
2006-07-26
Almost all drivers are implemented in C or assembly. It is hard enough getting vendors to release their drivers for Linux / FreeBSD / Solaris etc in the language they are already written in. Good luck getting anyone to release drivers written in Java.
Also, that blurb about re-implementing libraries written in C++ or C into Java....good luck. Doesn't that seem backwards.
C is the de-facto standard. Everything starts with C. There is a C interface to everything. You can call C from Fortran, Java, Python etc.
Perhaps LLVM could help out here and target the JVM with some C or C++ code.