Fortran-code-on-GitHub VS fpm

Compare Fortran-code-on-GitHub vs fpm and see what are their differences.

Fortran-code-on-GitHub

Directory of Fortran codes on GitHub, arranged by topic (by Beliavsky)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Fortran-code-on-GitHub fpm
9 12
259 812
- 1.4%
9.8 8.8
6 days ago 21 days ago
Fortran
The Unlicense MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Fortran-code-on-GitHub

Posts with mentions or reviews of Fortran-code-on-GitHub. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-22.
  • Fortran 2023 has been published
    9 projects | news.ycombinator.com | 22 Nov 2023
  • Any help or tips for Neural Networks on Computer Clusters
    5 projects | /r/fortran | 27 Feb 2023
    The hints in place ("there is more infrastructure already available outside Fortran, consider using them instead"). Beliavsky's compilation Fortran code on GitHub with its section about neural networks and machine learning still may be worth a visit e.g. how let Fortran reach out for the implementations in other languages.
  • Is Fortran good to program IA ?
    1 project | /r/fortran | 7 Nov 2022
    There is an interesting directories compiled about projects around Fortran, Fortran code on GitHub. Though artificial intelligence does not appear by name, section Neural networks and Machine Learning may provide an entry.
  • Directory of Fortran codes on GitHub, arranged by topic
    1 project | /r/fortran | 13 Aug 2022
  • how do you deal with not having common useful functions and data-structures that languages like c++ have?
    2 projects | /r/fortran | 21 Feb 2022
    My list of Fortran codes on GitHub has a section Containers and Generic Programming with some of the data structures you mention.
  • Why Fortran is easy to learn
    19 projects | news.ycombinator.com | 7 Jan 2022
    There's modern stuff being written in astro(nomy/physics) (I can attest to some of the codebases listed in https://github.com/Beliavsky/Fortran-code-on-GitHub#astrophy... being modern, at least in terms of development), but I'd say C++ likely does have the upper hand for newer codebases (unless things have changed dramatically last time I looked, algorithms that don't nicely align with nd-arrays are still painful in Fortran).

    I've also heard rumours of Julia and even Rust being used (the latter because of the ability to reuse libraries in the browser e.g. for visualisation), but the writers of these codebases (and the Fortran/C/C++/Java) are unusual—Python and R (and for some holdouts, IDL) are what are most people write in (even if those languages call something else).

  • Ask HN: What tools do people use for Computational Economics?
    1 project | news.ycombinator.com | 28 Dec 2021
    "QuantEcon:Open source code for economic modeling" https://quantecon.org/ has Python and Julia versions. The Federal Reserve uses Julia in its macroeconomic models: https://frbny-dsge.github.io/DSGE.jl/latest/ . Some economists use Fortran (which is much modernized since FORTRAN 77), and there is a 2018 book Introduction to Computational Economics using Fortran https://www.ce-fortran.com/ . Some Fortran codes in economics, statistics, and time series analysis are listed at https://github.com/Beliavsky/Fortran-code-on-GitHub .
  • Climate Change Open Source Projects on GitHub
    1 project | news.ycombinator.com | 15 Sep 2021
    At the "Fortran Code on GitHub" repo https://github.com/Beliavsky/Fortran-code-on-GitHub there are many codes listed in the "Climate and Weather" and "Earth Science" sections.
  • A simple string handling library for Microsoft Fortran-80
    2 projects | news.ycombinator.com | 26 Aug 2021
    Fortran 77 and later versions (most recently Fortran 2018) have strings. There is the limitation that the elements of an array of strings must have equal length, so that ["boy","girl"] is invalid but ["boy ","girl"] is. Libraries for manipulating strings in Fortran are listed at https://github.com/Beliavsky/Fortran-code-on-GitHub#strings .

fpm

Posts with mentions or reviews of fpm. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-24.
  • Fortran Package Manager (FPM): Package Manager and Build System for Fortran
    1 project | news.ycombinator.com | 15 Sep 2023
  • Fortran Package Manager
    1 project | news.ycombinator.com | 29 Aug 2023
    1 project | /r/patient_hackernews | 29 Apr 2021
  • How do I use fortran github package.
    4 projects | /r/fortran | 24 May 2023
    Make sure you have the latest fpm binary installed somewhere so that your $PATH can see it: curl -o ~/.local/bin/fpm -L https://github.com/fortran-lang/fpm/releases/download/v0.8.2/fpm-0.8.2-linux-x86_64 && chmod 0755 ~/.local/bin/fpm
  • SciPy: Interested in adopting PRIMA, but little appetite for more Fortran code
    8 projects | news.ycombinator.com | 18 May 2023
    Hopefully, the SciPy community can stay open-minded about modern Fortran libraries.

    Modern Fortran is quite different from Fortran 77, while being as powerful, if not more.

    In addition, there has been a significant community effort on improving and modernising the legacy packages, the ecosystem, and the language itself.

    With projects like LFortran (https://lfortran.org/), fpm (https://github.com/fortran-lang/fpm), and stdlib (https://github.com/fortran-lang/stdlib), I believe that Fortran will enjoy prosperity again.

  • The Skills Gap for Fortran Looms Large in HPC
    1 project | news.ycombinator.com | 3 May 2023
    Anyway, first release of Fortran Package Manager was in November 2020: https://github.com/fortran-lang/fpm/releases/tag/v0.1.0 - more recently than I expected.
  • [RANT] I really, really wish working with compiled languages is as easy as working with Python.
    7 projects | /r/learnprogramming | 26 Apr 2022
    There is actually a Fortran Package Manager that will hopefully make things easier in the future. It's quite new, so it might not be entirely mature yet.
  • Toward Modern Fortran Tooling and a Thriving Developer Community
    2 projects | news.ycombinator.com | 16 Sep 2021
    Author here, so I'm biased toward Fortran, though I've been enjoying learning Rust as well. I think there are a few reasons.

    First, Rust's multidimensional arrays are either limited and/or difficult to use. Fast, flexible, and ergonomic multidimensional arrays and arithmetic are essential for HPC. They are possible with Rust, but my two favorite Rust books not mentioning them suggests to me that they're not the focus of the language. This may or may not change in the future.

    Second, Rust may be too complex to learn for scientists who aren't paid to write software but to do research. Fortran is opposite--multidimensional whole-array arithmetic looks like you would write it as math on a whiteboard. While scientists can sure learn to program Rust effectively, I think most scientists don't think like Rust, but they do think like Fortran. For somebody not familiar with Fortran but familiar with Python, I'd say Fortran very much feels like NumPy.

    Third, such ecosystem would be built in Rust from scratch. In Fortran, most of the value is already there, but needs to be made more accessible with better and more modern tooling. For example, Fortran's fpm (https://github.com/fortran-lang/fpm) is largely modeled after Rust's Cargo because we recognize the importance of good user experience when it comes to building and packaging software. With the recent Fortran-lang efforts, we study many programming language ecosystems and communities (e.g. Python, Julia, Rust, etc.) to find what could work best for modern Fortran tooling.

  • Fortran Web Framework
    2 projects | news.ycombinator.com | 13 Sep 2021
    I recently started learning Fortran for a lark. It reminds me a lot of R, in some respects. It's clearly a very, very good language for doing the parts of one's job that are very math-centric. But it's equally underwhelming as a general purpose programming language.

    Largely, I think, due to gaps in the library ecosystem. But there are other challenges. You can see from the install instructions on the linked page, for example, that Fortran still lacks a package manager.

    What's interesting, though, is that that's changing. There are currently serious efforts to give it a "standard" library (https://github.com/fortran-lang/stdlib) and package manager (https://github.com/fortran-lang/fpm).

    And I've been watching the new LFortran compiler (https://lfortran.org) with extreme interest.

  • Assembly of course!
    1 project | /r/ProgrammerHumor | 30 Apr 2021
    FPM has entered the chat https://github.com/fortran-lang/fpm

What are some alternatives?

When comparing Fortran-code-on-GitHub and fpm you can also consider the following projects:

stdlib - Fortran Standard Library

cmake-cookbook - CMake Cookbook recipes.

json-fortran - A Modern Fortran JSON API

dockcross - Cross compiling toolchains in Docker images

OpenCoarrays - A parallel application binary interface for Fortran 2018 compilers.

neural-fortran - A parallel framework for deep learning

NASTRAN-95

string - Microsoft FORTRAN-80 (F80) string handling library. Simple, fast, mostly FORTRAN.

ftl - The Fortran Template Library

pyplot-fortran - For generating plots from Fortran using Python's matplotlib.pyplot 📈