Fortran is an ISO standard language. The latest revision of the language is Fortran 2018. The next revision, is planned for release in 2023. A standard library and a package manager are currently work in progress and active as open source projects.
Fortran is available as one of GNU compilers. You can watch an introduction to Fortran 95 in this beautiful video tutorial on YouTube by Darek Banas. A single video containing an entire book. Give it a try before reading the text articles and then take the quiz.
▶ Introduction to Fortran
Fortran is a solid language implemented by various organizations for specific microprocesors. Each compiler has particular extended features but most compilers support a common standard. Intel is making two comercial compilers: C and Fortran. Nvidia also makes an optimized Fortran compiler. To evaluate Fortran features we are using GNU GCC, that is a powerful, open source compiler.
Fortran is not for beginners. It is too verbose and has a strange syntax. Fortran does not have native support for Unicode strings. Fortran compilers are fast but sometimes the compiler error messages are nowere close to the real failures. Therefore it is harder to learn. However Fortran is yet alive and maintained language.
Read next articles to learn Fortran. You can contribute if you are Sage-Code developer with Fortran skills. Join Discord and talk to us about Fortran. We need volunteers. You can learn Fortran and contribute to our website in the same time.
Text articles
Our tutorial do not cover all aspect of Fortran programming. For deep learning you can use external links or books. We are reffering here only resources that have no ads and are safer to use. We use these resources ourselves to learn Fortran and update our tutorial.
Go back: Programming