Live data from Hacker News

Compute-intensive cross-platform library, which language?

news.ycombinator.com

1–3 of 3 posts

Re: Compute-intensive cross-platform library, which language?

#3

If the domain is scientific computing, consider Fortran, for which compilers are available on most platforms.

It depends how portable they want their code to be across implementations and over time. Fortran compilers vary widely in their interpretations of the language, more so than mainstream C/C++ compilers do.