the main thing that makes fortran preferable to C is the way it handles arrays and vectors. due to different pointer semantics, they can be laid out more efficiently in memory, meaning less operations need to be done for a given calculation.
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
replies: