egg VS SumTypes.jl

Compare egg vs SumTypes.jl and see what are their differences.

egg

egg is a flexible, high-performance e-graph library (by egraphs-good)

SumTypes.jl

An implementation of Sum types in Julia (by MasonProtter)
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
egg SumTypes.jl
25 2
1,239 92
2.7% -
6.8 7.8
10 days ago 3 months ago
Rust Julia
MIT License 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.

egg

Posts with mentions or reviews of egg. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-12.

SumTypes.jl

Posts with mentions or reviews of SumTypes.jl. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-23.
  • Enums in Rust – and why they feel better
    2 projects | news.ycombinator.com | 23 Nov 2023
    An interesting aspect of sum types (what Rust calls enums) is that you can implement them in the language as a library if you have real unions, but not vice-versa.

    Here's my example of sum types being implemented in julia as a regular package: https://github.com/MasonProtter/SumTypes.jl

  • From Julia to Rust
    14 projects | news.ycombinator.com | 5 Jun 2021
    > Pattern matching

    MLStyle.jl [1] is quite nice for this and has been around for a while.

    > Tagged, closed unions

    These are less general than 'real' unions and can be implemented using them. E.g. SumTypes.jl [2] has some macros to make it a bit more convenient to define them, it could use some other quality of life features though.

    [1] https://thautwarm.github.io/MLStyle.jl/latest/syntax/pattern...

    [2] https://github.com/MasonProtter/SumTypes.jl

What are some alternatives?

When comparing egg and SumTypes.jl you can also consider the following projects:

prose - Microsoft Program Synthesis using Examples SDK is a framework of technologies for the automatic generation of programs from input-output examples. This repo includes samples and sample data for the Microsoft Program Synthesis using Example SDK.

Octavian.jl - Multi-threaded BLAS-like library that provides pure Julia matrix multiplication

Symbolics.jl - Symbolic programming for the next generation of numerical software

StaticArrays.jl - Statically sized arrays for Julia

Catlab.jl - A framework for applied category theory in the Julia language

Dagger.jl - A framework for out-of-core and parallel execution

glow - Compiler for Neural Network hardware accelerators

Metatheory.jl - General purpose algebraic metaprogramming and symbolic computation library for the Julia programming language: E-Graphs & equality saturation, term rewriting and more.

Juleps - Julia Enhancement Proposals