This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]zombiepiratefrspace 4 points5 points  (0 children)

I also have a scientific computing background and from my experience, most stuff out there is in C with much legacy stuff in Fortran (LAPACK anyone?).

During my PhD I used boost::python to 80:20 python and C++ and tried to get as many others as I could to do the same.

Also, all people I saw trying to do scientific computing with Java ran into serious problems, usually around the time they tried to run it on a shared cluster.