Skip to content

Commit

Permalink
Merge pull request heynickc#165 from andorp/master
Browse files Browse the repository at this point in the history
Idris implementation of Scott Walschin's book.
  • Loading branch information
witek1902 authored Sep 24, 2021
2 parents a19c0ec + 3d67533 commit cdd3eb5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The term was coined by Eric Evans in his book of the same title.
- [GO](#go)
- [.NET (C#/F#)](#net-cf)
- [Haskell](#haskell)
- [Idris](#idris)
- [JavaScript](#javascript)
- [JVM languages](#jvm-languages)
- [PHP](#php)
Expand Down Expand Up @@ -225,6 +226,9 @@ The term was coined by Eric Evans in his book of the same title.
### Haskell
- [Eventuria gsd](https://github.com/Eventuria/gsd) - Haskell todo list reactive application with DDD, CQRS and Event Sourcing, FRP.

### Idris
- [OrderTaking](http://github.com/andorp/order-taking) - Dependently typed implementation of the Domain Modeling Made Functioncal book. An example project how to formalize Bounded Context and Workflow diagram with dependent types. A NodeJS deployable demo.

### JavaScript
- [wolkenkit Sample Applications](https://docs.wolkenkit.io/latest/media/sample-applications/wolkenkit-boards/) - A collection of DDD sample applications, such as TodoMVC, a geocaching app, collaborative boards etc.

Expand Down

0 comments on commit cdd3eb5

Please sign in to comment.