Top 1K Features Creators Events Podcasts Books Extensions Interviews Blog Explorer CSV

LFortran

< >

LFortran is a programming language created in 2018 by Ondrej Certik.

#495on PLDB 7Years Old
Download source code:
git clone https://github.com/lfortran/lfortran
HomepageREPLSource CodeBlogTwitterDocsMailing List

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.


Example from the web:
program expr2 implicit none integer :: x x = (2+3)*5 print *, x end program

- Build the next great programming language Add Add Prompt Issues About Search Keywords Livestreams Labs Resources Acknowledgements

Built with Scroll v178.2.1