September 22, 1999 Strong Typing Slide #5

Early Type Systems: FORTRAN

(This is Fortran 77, but early Fortran was similar.)

Now if you write

        INTEGER I
        REAL R,S
        R = I + S

the compiler can automatically generate the correct instructions



Next Copyright © 1999 M-J. Dominus