Global and local variables, a choice of evils

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

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

    Source code for the Pipefish programming language

  • To recap, for anyone who's so far managed to avoid learning how Charm works --- it embodies the Functional Core/Imperative Shell pattern, in that the language is divided into commands (which have effects but don't return values) and functions (which return values but don't have effects). Commands can call commands and functions, but functions can only call other functions, and so the effectful part of one's code ends up being a very thin layer at the top of the call stack. The commands themselves consist of imperative state-affecting instructions, e.g. x = 42, get name from Input("What's your name? "), post "Hello world" to Output(), etc.

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