profunctors VS kernmantle

Compare profunctors vs kernmantle and see what are their differences.

kernmantle

Braiding extensible effects together in a pipeline/workflow of tasks (by tweag)
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
profunctors kernmantle
4 1
69 55
- -
4.3 3.4
2 months ago 9 months ago
Haskell Haskell
GNU General Public License v3.0 or later -
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.

profunctors

Posts with mentions or reviews of profunctors. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-03.
  • How to use PostgreSQL with Haskell: hasql
    6 projects | dev.to | 3 Oct 2023
    We’ll also use contravariant-extras, vector, profunctors, and tuple packages to make a few things tidier (this isn’t required; it’s all copy-paste anyway).
  • The Haskell Unfolder Episode 2: quantified constraints
    3 projects | /r/haskell | 3 May 2023
    Edward Kmett already added a superclass to Profunctor, but releasing this got stalled
  • Alternative to arrows?
    3 projects | /r/haskell | 30 Mar 2022
    One of the main problems with the Arrow hierarchy is that it’s not particularly well-factored. The main Arrow class has five methods, which is both intimidating to newcomers and indicative that there’s some decomplection that can be done. I think the best alternative is to use the profunctors package; it deals much more fluently with things that can take values and then return them (functions, Kleisli arrows, etc). For example, the Arrow class is broken down across Profunctor and Strong. I had a term rewriting engine that used arrows, and I was never really happy with it until I moved it to profunctors.
  • Why kind-level foralls don't interact with ScopedTypeVariables
    2 projects | /r/haskell | 5 Apr 2021
    Indeed, that is a somewhat contrived example that is meant to illustrate that ScopedTypeVariables aren't just limited to standalone type signature declarations—they can also be used in arbitrary subexpressions as well. Whether you prefer to use type signature declarations or expression type signatures largely depends on your personal tastes, but both styles are used in the "real world". For instance, here is one example of a use of expression type signatures + ScopedTypeVariables in the profunctors library.¹

kernmantle

Posts with mentions or reviews of kernmantle. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-30.
  • Alternative to arrows?
    3 projects | /r/haskell | 30 Mar 2022
    So I'm wondering if Arrows are still the state of the art or if there's something else we should be looking into. I know there's kernmantle, which seems really nice, but it can only handle linear pipelines so it seems much less flexible, almost like applicative with extra steps (no disrespect to the maintainers intended).

What are some alternatives?

When comparing profunctors and kernmantle you can also consider the following projects:

stratum-tool - Command-line tool for communicating with Electrum server

concat - Compiling to Categories

groupoids - Haskell 98 Groupoids

sorty - Small sort utility

GPX - GPS eXchange Parser

confsolve - Generalized file conflict resolving tool.

headroom - ©️ Manager for license headers in source code files.

representable-profunctors - Representable profunctors

mmark-cli - Command line interface to the MMark markdown processor

readline-statevar - readline-statevar: Haskell readline wrapper library with variables (setX/getY) wrapped in state vars

profunctor-extras - Profunctor composition

tempus-fugit