what are some painful issues you face while coding in fortran?

This page summarizes the projects mentioned and recommended in the original post on /r/fortran

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
  • fypp

    Python powered Fortran preprocessor

  • Please don't use #define in Fortran. It is not standard compliant. There is no guarantee that anything will ever be done about a # symbol in your code. There is no Fortran preprocessor (though there are a few open projects example). Also, if you're working with Fortran developers they'd expect to see integer. Also, we don't have the same guarantees of variable sizes like in C soF64andI32may be misleading unless you're usingISO_C_BINDING` or similar.

  • CFL3D

  • I have to use macros. gcc/gfortran and ifort supports it, and even NASA's code heavily uses them : https://github.com/nasa/CFL3D/blob/master/source/cfl3d/dist/main.F

  • 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.

    InfluxDB logo
  • FortranTip

    Short instructional Fortran codes associated with Twitter @FortranTip

  • No, see my tweet. The code is also here.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • How do I reduce my code size when creating my own type?

    1 project | /r/fortran | 22 Jun 2021
  • Tips for generic programming

    1 project | /r/fortran | 14 Jun 2021
  • Faer-rs: Linear algebra foundation for the Rust programming language

    8 projects | news.ycombinator.com | 24 Apr 2024
  • Show HN: Metashade – a Pythonic GPU shading/compute EDSL

    3 projects | news.ycombinator.com | 21 Apr 2024
  • A dialect of Lisp that's embedded in Python

    1 project | news.ycombinator.com | 9 Apr 2024