From 50717bd58ad9def1560686cadc87d175938bd1c0 Mon Sep 17 00:00:00 2001 From: Sean Broderick Date: Mon, 6 Jun 2022 00:24:08 -0400 Subject: [PATCH] restore link to "The History of Erlang" --- languages/erlang/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/languages/erlang/README.md b/languages/erlang/README.md index a290f7d..a06bdf2 100644 --- a/languages/erlang/README.md +++ b/languages/erlang/README.md @@ -3,6 +3,8 @@ * [Making reliable distributed systems in the presence of software errors](http://erlang.org/download/armstrong_thesis_2003.pdf) PhD thesis of Joe Armstrong, Erlang’s co-inventor, describing the origins of Erlang. +* [A History of Erlang](https://www.labouseur.com/courses/erlang/history-of-erlang-armstrong.pdf) by Joe Armstrong + * [Characterizing the Scalability of Erlang VM on Many-core Processors](http://www.diva-portal.org/smash/get/diva2:392243/FULLTEXT01.pdfOn) by Jianrong Zhang * [On the Scalability of the Erlang Term Storage](http://winsh.me/papers/erlang_workshop_2013.pdf) by David Klaftenegger, Konstantinos Sagonas, Kjell Winblad