From 96cad2ba22898805e10f3e23b0223c27a09bf033 Mon Sep 17 00:00:00 2001 From: cnnrznn Date: Mon, 5 Dec 2016 19:06:37 -0500 Subject: Update dist-langs.md --- chapter/4/dist-langs.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'chapter/4') diff --git a/chapter/4/dist-langs.md b/chapter/4/dist-langs.md index 9f04232..199ab6a 100644 --- a/chapter/4/dist-langs.md +++ b/chapter/4/dist-langs.md @@ -3,6 +3,9 @@ layout: page title: "Distributed Programming Languages" by: "A Systems Person" --- +## Outline + +* ### Two major major, orthogonal approaches to distributed languages: @@ -49,6 +52,8 @@ Unlike Erlang, MapReduce and DSL's that implement the paradigm are "all the rage Unlike Erlang, MapReduce has experienced adoption because it offers true abstraction of the problems of distributed computing. Erlang only provided a way of detecting a process failure; it did not consider machine or network failures. +* MapReduce is a GPL for the domain of distribution + ## References {% bibliography --file dist-langs %} -- cgit v1.2.3