overloaded VS categorifier

Compare overloaded vs categorifier and see what are their differences.

categorifier

Interpret Haskell programs into any cartesian closed category. (by con-kitty)
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
overloaded categorifier
1 1
30 56
- -
0.0 7.4
about 1 year ago 3 months ago
Haskell Haskell
BSD 3-clause "New" or "Revised" License BSD 3-clause "New" or "Revised" 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.

overloaded

Posts with mentions or reviews of overloaded. We have used some of these posts to build our list of alternatives and similar projects.
  • Hot-code swapping à la Erlang with Arrow-based state machines
    1 project | /r/haskell | 22 Feb 2023
    I think if you want to go from arrow syntax to CCCs you need a bit more machinary, see Oleg Grenrus' overloaded or for an even more general solution that works for any monomorphic Haskell function see Conal Elliott's compiling to categories. I don't need arbitrary functions though, I'm quite happy with just state machines.

categorifier

Posts with mentions or reviews of categorifier. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-20.
  • Code generation with Haskell itself as the DSL
    2 projects | /r/haskell | 20 May 2023
    One step further is then (Compiling to Categories)[https://github.com/compiling-to-categories/concat] which tries to make the previous approach more convenient. It aims to overload any Haskell function from a -> b into a Category a b. Then, typeclass instances are used to transfrom those functions into virtually anything. While this project is very interesting, it is probably the most experimental one. You can also take a look at the overloaded package or at this novel categorifier plugin.

What are some alternatives?

When comparing overloaded and categorifier you can also consider the following projects:

discokitty - An educational implementation of some aspects of the DisCoCat framework

concat - Compiling to Categories

monoidal-functors - A library encoding monoidal functors and related structures in Haskell.

rzk - An experimental proof assistant based on a type theory for synthetic ∞-categories.

free-functors - Provides free functors that are adjoint to functors that forget class constraints.

LtuPatternFactory - Lambda the ultimate Pattern Factory: FP, Haskell, Typeclassopedia vs Software Design Patterns

split-morphism - :curly_loop: Split Morphisms