SaaSHub helps you find the best software and product alternatives Learn more →
Algebra-driven-design Alternatives
Similar projects and alternatives to algebra-driven-design
-
-
Stream
Stream - Scalable APIs for Chat, Feeds, Moderation, & Video. Stream helps developers build engaging apps that scale to millions with performant and flexible Chat, Feeds, Moderation, and Video APIs and SDKs powered by a global edge network and enterprise-grade infrastructure.
-
-
-
-
-
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
-
SemanticDiff
Community support for SemanticDiff, the programming language aware diff for Visual Studio Code and GitHub.
-
-
-
EvoMaster
The first open-source AI-driven tool for automatically generating system-level test cases (also known as fuzzing) for web/enterprise applications. Currently targeting whitebox and blackbox testing of Web APIs, like REST, GraphQL and RPC (e.g., gRPC and Thrift).
-
write-you-a-haskell
Building a modern functional compiler from first principles. (http://dev.stephendiehl.com/fun/)
-
learn-haskell-blog-generator
Learn Haskell by building a blog generator - an introductory book about Haskell.
-
-
methods2test
methods2test is a supervised dataset consisting of Test Cases and their corresponding Focal Methods from a set of Java software repositories
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
algebra-driven-design discussion
algebra-driven-design reviews and mentions
-
Software development topics I've changed my mind on after 10 years
Sandy Maguire wrote a fantastic book on the topic: https://leanpub.com/algebra-driven-design
You can also checkout the work of Conal Elliott: http://conal.net/
-
I learned Haskell in just 15 years
https://pragprog.com/titles/swdddf/domain-modeling-made-func..., even though it's F# rather than Haskell. And maybe https://leanpub.com/algebra-driven-design depending on the exact use case.
- What are some useful techniques for designing in functional languages?
-
Rust for projects that demand OOP type programming
You might want to read on Algebra-Driven Design and Data Oriented Design. If you are greedy, both books were pirated.
-
Does anyone use formal methods to validate the behaviour of programs/software at their job?
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
-
Do you feel static types have "won the war", so to speak?
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.
-
Can someone message me explaining category theory and representation theory? I’m trying to choose a topic for independent study and need some help.
If you have an interest in computer science, category theory is very useful there. Here's a good book on the topic (Algebra-Driven Design, by Sandy Maguire).
-
Does anybody know a simple algorithm for generating unit tests given a function's code?
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.
- Source material for Algebra-Driven Design now available!
-
A note from our sponsor - SaaSHub
www.saashub.com | 20 Jul 2025
Stats
isovector/algebra-driven-design is an open source project licensed under BSD 3-clause "New" or "Revised" License which is an OSI approved license.
The primary programming language of algebra-driven-design is Haskell.
Popular Comparisons
- algebra-driven-design VS learn-you-a-haskell
- algebra-driven-design VS write-you-a-haskell
- algebra-driven-design VS EvoMaster
- algebra-driven-design VS pynguin
- algebra-driven-design VS tcases
- algebra-driven-design VS methods2test
- algebra-driven-design VS sorbet
- algebra-driven-design VS austin-sbst
- algebra-driven-design VS FsCheck
- algebra-driven-design VS Agda