Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chriskrycho/dmmf
Implementing Scott Wlaschin's “Domain Modeling Made Functional” in Rust, Elm, F♯, and ReasonML
https://github.com/chriskrycho/dmmf
elm fsharp language reasonml rust
Last synced: 12 days ago
JSON representation
Implementing Scott Wlaschin's “Domain Modeling Made Functional” in Rust, Elm, F♯, and ReasonML
- Host: GitHub
- URL: https://github.com/chriskrycho/dmmf
- Owner: chriskrycho
- License: mit
- Created: 2017-12-31T23:22:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T02:08:20.000Z (over 6 years ago)
- Last Synced: 2024-10-23T07:51:28.087Z (21 days ago)
- Topics: elm, fsharp, language, reasonml, rust
- Language: F#
- Homepage: http://www.chriskrycho.com/four-languages/
- Size: 133 KB
- Stars: 117
- Watchers: 12
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# _Domain Modeling Made Functional_… 4⨉ over
I'm an nerd. So my "fun learning project" to start the year is: working through
the exercise section of Scott Wlaschin's (_really_ excellent) _Domain Modeling
Made Functional_… in four different languages I'm interested in:* [Rust](https://www.rust-lang.org)
* [Elm](http://elm-lang.org)
* [F#](http://fsharp.org)
* [ReasonML](https://reasonml.github.io)These all have something of a family resemblance: all are descended more or less
directly from [Standard ML](http://smlnj.org/sml.html). So it's not like it's a
_super_ crazy thing. They're also all languages I have active interest in, and
_some_ degree of prior familiarity with, so it's not crazy in that regard. But
they're also all just enough different from each other (from where they run to
how they're built) to make the project interesting.