lfortran

Fortran compiler


License
MIT
Install
pip install lfortran==0.3.0

Documentation

LFortran

Binder project chat PyPI

LFortran is a modern open-source (BSD licensed) interactive Fortran compiler built on top of LLVM. It can execute user's code interactively to allow exploratory work (much like Python, MATLAB or Julia) as well as compile to binaries with the goal to run user's code on modern architectures such as multi-core CPUs and GPUs.

Website: https://lfortran.org/

Documentation

All documentation, installation instructions, motivation, design, ... is available at:

https://docs.lfortran.org/

Which is generated using the files in the doc directory.

Development

The main development repository is at GitLab:

https://gitlab.com/lfortran/lfortran

Please use it to open issues or send merge requests.

Main mailinglist:

https://groups.io/g/lfortran

You can also chat with us on Zulip (project chat).

CI status on master:

Linux: https://gitlab.com/lfortran/lfortran/pipelines

macOS: Build Status

Windows: Build status

We maintain an official GitHub read-only mirror (please do not send pull requests there, use our GitLab repository instead).