Tagged Questions
2
votes
1answer
134 views
How suitable is D2 for numerical work
I'm interested in working with the D programming language for simulating physics. How suitable is it? Is DMD's floating point code generation mature enough to compete with compilers available for ...
6
votes
3answers
513 views
Is OCaml any good for numerical analysis?
I'm currently using C and some FORTRAN to solve numerically systems of differential equations.
I'm a bit fed up with both of these languages but I need to have some (rather) efficient code... I'm ...