How can I get started?

How can I get started with Fortran? The Programming in Fortran book was aimed at scientists, and frankly, I’m not a scientist. What do you suggest?

1 Like

Welcome to the Discourse,

you can start with the tutorials of the community:

1 Like

I currently use F#.

Also, is this a good tut? Fortran 90 Tutorial

I’ve got a couple of courses available if you’re willing to spend a little money. Online Courses But as already mentioned, fortran-lang.org has some good free content.

You’ll find the prevailing style in Fortran quite different from F#, but there are some aspects of Fortran that are amenable to functional programming techniques. I have adopted a reasonably functional style in most of my open source libraries.

Welcome to the forum and good luck with your forays into the world of Fortran. Don’t hesitate to come back here asking questions as you’re learning.

1 Like

Thank you!