Slashdot Mirror


User: thebron

thebron's activity in the archive.

Stories
0
Comments
2
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2

  1. Re:OOPs (I did it again) on Can OO Programming Solve Engineering Problems? · · Score: 1

    Indeed. Physicists are the same as engineers. All I care about is 1) code that is readable enough for most other physicists and 2) wall-clock time. FORTRAN wins in virtually every instance I've come across. That said, there is an emotional response among physicists using C or C++ for scientific computing. For jobs that aren't so computationally intensive, C++ can be great. Many physicists have started using C and C++ extensively, but it's not what I would call pervasive.

  2. Re:OOPs (I did it again) on Can OO Programming Solve Engineering Problems? · · Score: 1

    But, if you're doing high performance computing and need to efficiently use every clock cycle of your IBM SP, you've no real choice except FORTRAN. The compilers are just plain better.