Fortran Wiki
LFortran

LFortran is an open-source (BSD licensed) interactive Fortran compiler built on top of LLVM. It can execute code interactively to allow exploratory work (much like Python, Matlab, or Julia), so it works in a Jupyter notebook. It can also compile binaries, with the goal to run on modern architectures such as multi-core CPUs and GPUs.

https://lfortran.org/