summaryrefslogtreecommitdiffstats
path: root/articles/page/3/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'articles/page/3/index.html')
-rw-r--r--articles/page/3/index.html35
1 files changed, 17 insertions, 18 deletions
diff --git a/articles/page/3/index.html b/articles/page/3/index.html
index 492d6b14..0fd4fe6b 100644
--- a/articles/page/3/index.html
+++ b/articles/page/3/index.html
@@ -65,6 +65,23 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/the-elephant-in-the-room/">The elephant in the room</a></h2>
+ <p class="date">
+ <span class="year">2017</span>
+ <span class="day-month">26 Mar</span>
+ </p>
+ </header>
+
+ <p>Have you ever tried telling someone why they should use Erlang? You boast the smaller code size, the auto healing mechanisms, the distribution and they seem really excited. They wonder why they never heard about Erlang before. And then you show them what the code looks like. All excitement goes away. The smiles disappear. Their face starts becoming really serious.
+You lost them. You know you lost them. They comment on the syntax, or perhaps you do, already admitting defeat.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/the-elephant-in-the-room/">Read More</a>
+ </p>
+ </article>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/dont-let-it-crash/">Don&#39;t let it crash</a></h2>
<p class="date">
<span class="year">2017</span>
@@ -407,24 +424,6 @@ mod out_module begin mod in_module begin end end Of course, in the context of t
</p>
</article>
- <article class="blog_item">
- <header>
- <h2><a href="https://ninenines.eu/articles/xerl-0.1-empty-modules/">Xerl: empty modules</a></h2>
- <p class="date">
- <span class="year">2013</span>
- <span class="day-month">30 Jan</span>
- </p>
- </header>
-
- <p>Let&apos;s build a programming language. I call it Xerl: eXtended ERLang. It&apos;ll be an occasion for us to learn a few things, especially me.
-Unlike in Erlang, in this language, everything is an expression. This means that modules and functions are expression, and indeed that you can have more than one module per file.
-We are just starting, so let&apos;s no go ahead of ourselves here. We&apos;ll begin with writing the code allowing us to compile an empty module.</p>
-
- <p style="text-align:right">
- <a class="read_more" href="https://ninenines.eu/articles/xerl-0.1-empty-modules/">Read More</a>
- </p>
- </article>
-
<nav class="pagination" role="pagination">