Relative Content

Tag Archive for fortran

Why was Fortran never used to develop an Operating System?

I’m not a Fortran developer myself, but I’m about to use it a little and found myself wondering why, if it is much older than C but equally as performant as C, was it never used to develop any operating system before C and UNIX came along?

Why was Fortran never used to develop an Operating System?

I’m not a Fortran developer myself, but I’m about to use it a little and found myself wondering why, if it is much older than C but equally as performant as C, was it never used to develop any operating system before C and UNIX came along?

Using subroutines to return values?

I’m currently learning FORTRAN (I am familiar with MatLab) and I am very confused about the point of subroutines. Why would anyone use them as opposed to functions. Also, how is it that they can return values when called in the main programs? For example: