fortran-lang / webpage

New Fortran webpage
https://fortran-lang.org/en
MIT License
48 stars 39 forks source link

Programming Made Easy -- series of posts by Michael Wirth #103

Open Beliavsky opened 3 years ago

Beliavsky commented 3 years ago

Michael Wirth, computer science professor at the University of Guelph, has been writing a series of short posts introducing Fortran, the latest being Programming Made Easy (VIII) -- Carbon Dating. Someone looking for more material at the level of the Quickstart tutorial could be directed to them.

certik commented 3 years ago

Quoting from https://craftofcoding.wordpress.com/about/:

The Craft of Coding discusses aspects of programming – coding, testing, style, algorithms, problem solving. It focuses predominantly on coding in C, Python, Julia, Processing, Ada, and the legacy languages Fortran and Cobol.

Fortran definitely has the perception of Cobol, something that you only use for legacy codes and not for new things and you generally try to move away from. We need to change that perception.