diff options
| -rw-r--r-- | chapter/4/dist-langs.md | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md index fd3f053..d268c3a 100644 --- a/chapter/4/dist-langs.md +++ b/chapter/4/dist-langs.md @@ -4,19 +4,12 @@ title: "Distributed Programming Languages" by: "A Systems Person" --- -Distributed programming is hard because of: - -* Network partitions -* Node failures -* Efficiency / Communication -* Data distribution / locality - ### Two major major, orthogonal approaches to distributed languages: #### Actor / Object model * Erlang -* Cloud Haskell +* Cloud Haskell (I know, right? Why?) #### Dataflow model |
