Best explanation of monads ive ever seen, from the practical developper’s point of view.

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • promises-spec

    An open standard for sound, interoperable JavaScript promises—by implementers, for implementers.

    No: neither of those examples are "properties of futures and of lists as such." "Async/Await" in particular is a special case of monadic behavior of a concurrency monad. This specifically (infamously) came up in the evolution of the Prommise spec in ECMAScript, which in turn led to the development of the Fantasy Land Spec and various implementations of it.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • fantasy-land

    Specification for interoperability of common algebraic structures in JavaScript

    No: neither of those examples are "properties of futures and of lists as such." "Async/Await" in particular is a special case of monadic behavior of a concurrency monad. This specifically (infamously) came up in the evolution of the Prommise spec in ECMAScript, which in turn led to the development of the Fantasy Land Spec and various implementations of it.

  • language-ext

    C# functional language extensions - a base class library for functional programming

    The C#/F# divide is such a great example! You've probably seen language-ext for C#, which really deliberately pushes C# into F# territory (and well beyond, at least as far as what's included directly with F# is concerned), and maybe F# Plus for taking F# beyond where it goes "out of the box."

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

  • Why don't you just use F#?

    1 project | news.ycombinator.com | 18 Sep 2023
  • Option<T> monad for Unity/UniTask

    2 projects | /r/Unity3D | 10 Jul 2023
  • Result pattern: language-ext vs FunctionalExtensions?

    2 projects | /r/dotnet | 7 Jul 2023
  • Don't sleep on Linq query syntax if you regularly iterate through large/complex data sources

    1 project | /r/csharp | 16 Feb 2023
  • What C# feature blew your mind when you learned it?

    4 projects | /r/csharp | 7 Feb 2023

Did you konow that C# is
the 10th most popular programming language
based on number of metions?