From f832573aad966fa9f600f1707eb709f7e89814c3 Mon Sep 17 00:00:00 2001 From: cnnrznn Date: Wed, 16 Nov 2016 13:03:41 -0500 Subject: Update dist-langs.md --- chapter/4/dist-langs.md | 9 +-------- 1 file changed, 1 insertion(+), 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 -- cgit v1.2.3