effects-bibliography VS functional-programming-jargon

Compare effects-bibliography vs functional-programming-jargon and see what are their differences.

effects-bibliography

A collaborative bibliography of work related to the theory and practice of computational effects (by yallop)

functional-programming-jargon

Jargon from the functional programming world in simple terms! (by hemanth)
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
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
effects-bibliography functional-programming-jargon
5 17
909 18,533
- -
7.2 2.5
15 days ago 7 months ago
- 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.

effects-bibliography

Posts with mentions or reviews of effects-bibliography. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-09-27.
  • Better Java logging, inspired by Clojure and Rust
    2 projects | /r/java | 27 Sep 2022
    In addition to those 2 (which I think have phenomenal documentation), the language Eff has more theoretical introduction. There is also the Effect bibliography which has a lot of different effect system in different languages, as well as tutorials and academic papers on the subject.
  • How Side Effects Work in FP
    2 projects | news.ycombinator.com | 23 Mar 2022
  • Effects bibliography – bibliography of work related to computational effects
    1 project | news.ycombinator.com | 5 Feb 2022
  • Effekt, a research language with effect handlers and lightweight polymorphism
    6 projects | news.ycombinator.com | 19 Nov 2021
    I think it goes back to the neverending quest to find ways of representing computation that allows of ease of composition, changing implementation details, eliminating classes of errors by construction, etc. Monads have had some success in this arena, but they have notable issues with composition; monad transformers help, but can become unwieldy in their own ways.

    An alternative are effects, hypothetically allowing for ease in building programs as separate but composeable components which can then be freely mixed in or swapped out. In practice I have found working with effect systems in Haskell via libraries stresses the type system so much you end up with scoped type variables and type applications everywhere. My understanding is that the theory behind using effects to structure computations comes from category theory's Lawvere theories (see e.g. Pretnar's 2010 dissertation on https://github.com/yallop/effects-bibliography). Lawvere theories give rise to many monads (see Bartosz Milewski's article on it -- https://bartoszmilewski.com/2017/08/26/lawvere-theories/), but with nicer compositional properties.

    This is where languages like Effekt, Eff, Frank, and Koka come in -- by writing the entire language and type system to support the theories, a lot of the pain of expressing it in Haskell can be avoided.

  • Multicore OCaml: February 2021 with new preprint on Effect Handlers
    1 project | /r/ocaml | 12 Mar 2021
    Not really an answer but Jeremy Yallop maintains a bibliography on the theory and practice of computational effects.

functional-programming-jargon

Posts with mentions or reviews of functional-programming-jargon. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-07.

What are some alternatives?

When comparing effects-bibliography and functional-programming-jargon you can also consider the following projects:

effekt - A research language with effect handlers and lightweight effect polymorphism

result4k

ocaml-multicore - Multicore OCaml

mostly-adequate-guide - Mostly adequate guide to FP (in javascript)

koka - Koka language compiler and interpreter

popcorn-android - Popcorn Time is a multi-platform, free software BitTorrent client that includes an integrated media player ( Android / AndroidTV ) A Butter-Project Fork

frank - Frank compiler

pratica - 🥃 Functional Algebraic Data Types

functional-programming - Introduction to Functional Programming using TypeScript and fp-ts.

You-Dont-Need-Loops - Avoid The One-off Problem, Infinite Loops, Statefulness and Hidden intent.

awesome-functional-programming - Yet another resource for collecting articles, videos etc. regarding functional programming

Persistent Collection - A Persistent Java Collections Library