lamda_calculus_formalizations VS lambda-calculus-hs

Compare lamda_calculus_formalizations vs lambda-calculus-hs and see what are their differences.

lambda-calculus-hs

Single file Lambda Calculus implementations demonstrating various type system features and interpretation techniques (by solomon-b)
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
lamda_calculus_formalizations lambda-calculus-hs
1 1
3 42
- -
6.7 6.4
6 months ago 11 months ago
Lean Haskell
Apache License 2.0 Apache License 2.0
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.

lamda_calculus_formalizations

Posts with mentions or reviews of lamda_calculus_formalizations. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-14.
  • How to implement dependent type theory I (2012)
    3 projects | news.ycombinator.com | 14 Jun 2023
    This is really cool. I've been doing something in a similar vein at https://github.com/sgodwincs/lamda_calculus_formalizations, though the difference being I'm using Lean and trying to prove certain properties of the languages (type safety, normalization, etc.). Of course, compared to unification and stuff you have, I only have very simple additions like natural numbers and binary product types (though the proofs still are hard for me!). Working on finite product types now and it's an absolute pain to even define it in a way that Lean likes.

lambda-calculus-hs

Posts with mentions or reviews of lambda-calculus-hs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-14.
  • How to implement dependent type theory I (2012)
    3 projects | news.ycombinator.com | 14 Jun 2023
    I've noticed amongst many peers that when going down the type theory/pl theory journey there is a ton of hidden knowledge and context we all find ourselves collecting.

    All of this knowledge and context spread amongst a common set of books, papers, blog posts, and git repos floating around the internet.

    At the risk of creating yet another partial silo, I decided earlier this year to create a project similar to the [Elaboration Zoo](https://github.com/AndrasKovacs/elaboration-zoo) but focused on a blessed path to MLTT with a number of the desirable language features via bidirectional typechecking.

    https://github.com/solomon-b/lambda-calculus-hs

    The project is incomplete and my end goal is a website like the [1 Lab](https://1lab.dev) but focused on Type Theory and PL Theory, but I ran low on steam and could use some collaborators.

What are some alternatives?

When comparing lamda_calculus_formalizations and lambda-calculus-hs you can also consider the following projects:

elaboration-zoo - Minimal implementations for dependent type checking and elaboration