aboutsummaryrefslogtreecommitdiff
path: root/chapter
diff options
context:
space:
mode:
authorcnnrznn <cnnrznn@gmail.com>2016-11-16 13:03:41 -0500
committerGitHub <noreply@github.com>2016-11-16 13:03:41 -0500
commitf832573aad966fa9f600f1707eb709f7e89814c3 (patch)
tree460c1f1dff925fc8896611489102849a89657240 /chapter
parentc59d17f62954a29c3556d4211680bdebe6842af6 (diff)
Update dist-langs.md
Diffstat (limited to 'chapter')
-rw-r--r--chapter/4/dist-langs.md9
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