[RANT] I really, really wish working with compiled languages is as easy as working with Python.

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

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • julia

    The Julia Programming Language

  • Seriously try Julia as others have recommended. It's the newest language for scientific computing; it is supposed to be as easy to write as Python but it has the ability to run as quickly as C++ or Fortran, https://julialang.org/

  • SELF

    Spectral Element Library in Fortran

  • Could you go into more detail? If you're referring to https://github.com/FluidNumerics/SELF, I've just taken a look and it does seem like their documentation on how to build is lacking. Usually if that's the case, you can dig for whatever their CI configuration is and manually follow those steps, but it's not clear here: they have a mechanism to build Singularity containers (ci/run_tests) but everything else in ci seems unrelated. Their CONTRIBUTING.md is out of date and incomplete, and as you've already seen their build system (Makefile, install.sh, test.sh) is a total mess. Pretty much all modern scientific codes are using at least CMake now. (It's either that or hacked-up and hardcoded recursive make, rather than autoconf.)

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

    Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).

  • crystal

    The Crystal Programming Language

  • I'm sad to not see Crystal recommended here.

  • fpm

    Fortran Package Manager (fpm) (by fortran-lang)

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

  • sdk

    The Dart SDK, including the VM, dart2js, core libraries, and more.

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