Fortran
fortranlang.bsky.social
Fortran
@fortranlang.bsky.social
Fortran programming language. Powering the world since 1956. Latest edition is Fortran 2023. The next one is Fortran 2028.

https://fortran-lang.org/
Reposted by Fortran
New blog post: Root Finding with modern #Fortran. #Brent #Chandrupatla
degenerateconic.com/root-finding...
Degenerate Conic | Root Finding
degenerateconic.com
January 27, 2025 at 3:09 AM
Reposted by Fortran
Version 3.38 of Simply Fortran is out! One exciting new feature is automatic generation of interfaces to C routines for your #Fortran code!
December 31, 2024 at 4:26 PM
Reposted by Fortran
TIOBE Index for January 2025: www.tiobe.com/tiobe-index/
#PHP behind #VisualBasic, #Fortran, #Pascal and ... #Scratch 😅
January 8, 2025 at 8:32 AM
Reposted by Fortran
Fortran is the first high-level language and it’s still being used! I use it in my research work to build mathematical models investigating particle and fluid dynamics.

#Fortran #programming #engineering #fluiddynamics
January 17, 2025 at 1:15 AM
Reposted by Fortran
Used #fpm (the #Fortran package manager) for the first time and love it so far. It's modelled after #rust #cargo and makes fortran #coding a lot more convenient and accessible. Integrating other libs (from lapack to graphics interfaces) just became a lot more streamlined.

github.com/fortran-lang...
GitHub - fortran-lang/fpm: Fortran Package Manager (fpm)
Fortran Package Manager (fpm). Contribute to fortran-lang/fpm development by creating an account on GitHub.
github.com
January 26, 2025 at 1:59 PM
Reposted by Fortran
In case any of you #HPC folk are #Fortran _and_ #VSCode nuts... The Modern Fortran extension is excellent, for reference:

marketplace.visualstudio.com/items?itemNa...
Modern Fortran - Visual Studio Marketplace
Extension for Visual Studio Code - Fortran language support, syntax highlighting, Language Server support, Debugging, Diagnostics and much more.
marketplace.visualstudio.com
November 24, 2024 at 9:37 PM
Reposted by Fortran
LFortran has just reached 1,000 stars on GitHub.

github.com/lfortran/lfo...
GitHub - lfortran/lfortran: Official main repository for LFortran
Official main repository for LFortran. Contribute to lfortran/lfortran development by creating an account on GitHub.
github.com
January 7, 2025 at 12:05 AM
Reposted by Fortran
LFortran is now in the Compiler Explorer (@compiler-explorer.com), big thanks to Thirumalai Shaktivel and @matt.godbolt.org. Please report all bugs.

Here is a sample link:

godbolt.org/z/M8j5P39M4
Compiler Explorer - Fortran (LFortran 0.42.0)
program expr2 implicit none integer :: x x = (2+3)*5 print *, x end program
godbolt.org
November 29, 2024 at 4:18 AM