learn-you-a-haskell VS algebra-driven-design

Compare learn-you-a-haskell vs algebra-driven-design and see what are their differences.

learn-you-a-haskell

“Learn You a Haskell for Great Good!” by Miran Lipovača (by pvorb)

algebra-driven-design

Source material for Algebra-Driven Design (by isovector)
Our great sponsors
  • SonarQube - Static code analysis for 29 languages.
  • InfluxDB - Access the most powerful time series database as a service
  • SaaSHub - Software Alternatives and Reviews
learn-you-a-haskell algebra-driven-design
74 11
283 112
- -
0.0 0.0
10 months ago almost 2 years ago
Makefile Haskell
- 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.

learn-you-a-haskell

Posts with mentions or reviews of learn-you-a-haskell. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-10.

algebra-driven-design

Posts with mentions or reviews of algebra-driven-design. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-02.
  • Does anyone use formal methods to validate the behaviour of programs/software at their job?
    2 projects | /r/ExperiencedDevs | 2 Aug 2022
    I would like to do this more. At the moment I don't do formal verification. However, I often borrow methodology from the excellent book Algebra-Driven Design (text available on GitHub but support the author if you find it useful!) when designing systems. This means I define algebraic data types to describe the program and the laws that relate the different types, and use that to guide implementation in a language that doesn't support ADTs.
  • Best books for Haskell
    2 projects | /r/haskell | 25 Jun 2022
  • Do you feel static types have "won the war", so to speak?
    4 projects | /r/ExperiencedDevs | 13 Jun 2022
    Their approach might be to express their business logic as a carefully selected collection of types and laws, as described in Algebra-Driven Design (the full text is available on GitHub, please support the author if you find it useful though). I recommend this book to everyone because, even if you don't use this approach to design your programs, it's an excellent way to think about problems and better understand the problem space.
  • Does anybody know a simple algorithm for generating unit tests given a function's code?
    7 projects | /r/compsci | 26 Jul 2021
    This reminds me of QuickSpec (different from QuickCheck) in Haskell. It takes Haskell code and finds the Mathematical laws that the code supports. It does this using a sort of smart random search. I learned about this as part of the Algebra Driven Design book.

What are some alternatives?

When comparing learn-you-a-haskell and algebra-driven-design you can also consider the following projects:

learn4haskell - 👩‍🏫 👨‍🏫 Learn Haskell basics in 4 pull requests

plutus-pioneer-program - This repository hosts the lectures of the Plutus Pioneers Program. This program is a training course that the IOG Education Team provides to recruit and train software developers in Plutus, the native smart contract language for the Cardano ecosystem.

learn-you-a-haskell-notebook - Jupyter adaptation of Learn You a Haskell for Great Good!

coq - Coq is a formal proof management system. It provides a formal language to write mathematical definitions, executable algorithms and theorems together with an environment for semi-interactive development of machine-checked proofs.

pynguin - The PYthoN General UnIt Test geNerator is a test-generation tool for Python

Agda - Agda is a dependently typed programming language / interactive theorem prover.

inline-js - Call JavaScript from Haskell, and vice versa!

book - V2 of Real World OCaml

austin-sbst - Automatically exported from code.google.com/p/austin-sbst

FsCheck - Random Testing for .NET

sorbet - A fast, powerful type checker designed for Ruby

methods2test - methods2test is a supervised dataset consisting of Test Cases and their corresponding Focal Methods from a set of Java software repositories