Want to learn and master Fortran?

Join Exercism’s Fortran Track for access to 34 exercises with automatic analysis of your code and personal mentoring, all 100% free.

Explore exercises

About Fortran

module hello_world
contains
  function hello()
    character(12) :: hello
    hello = 'Hello World'

  end function hello

end module hello_world

34 coding exercises for Fortran on Exercism. From Collatz Conjecture to Luhn.


Get better at programming through fun, rewarding coding exercises that test your understanding of concepts with Exercism.

See all Fortran exercises on Exercism

Key Features of Fortran


Fortran

Scientific computing

Fortran is used heavily in scientific computing and engineering.

Cross-platform

Fortran is portable and can run on almost any platform.

Performant

Fortran has been consistently rated as one of the highest performing languages for energy and time.

Stable

The Fortran values stability and backwards compatibility, Fortran programs can run for decades.

Math

The name of Fortran derived from Formula Translation. Natively supports arrays and complex numbers.

Efficient

Fortran has been optimized for decades to execute efficiently.

Get mentored the Fortran way

Every language has its own way of doing things. Fortran is no different. Our mentors will help you learn to think like a Fortran developer and how to write idiomatic code in Fortran. Once you've solved an exercise, submit it to our volunteer team, and they'll give you hints, ideas, and feedback on how to make it feel more like what you'd normally see in Fortran - they'll help you discover the things you don't know that you don't know.

Learn more about mentoring

Community-sourced Fortran exercises

The Fortran track on Exercism has 34 exercises to help you write better code. Discover new exercises as you progress and get engrossed in learning new concepts and improving the way you currently write.

See all Fortran exercises
Fortran

Get started with the Fortran track

The best part, it’s 100% free for everyone.