summaryrefslogtreecommitdiffstats
path: root/articles/page
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2017-03-26 12:37:17 +0200
committerLoïc Hoguin <[email protected]>2017-03-26 12:37:17 +0200
commit65b900e73c1875e4fdb136f6e6fd517c9e5922c6 (patch)
tree9377fa19f957a286dae2e7f5e179dcc939ab6207 /articles/page
parentade8a523dd6afe21f169a3f41cd78cc1ba730c74 (diff)
downloadninenines.eu-65b900e73c1875e4fdb136f6e6fd517c9e5922c6.tar.gz
ninenines.eu-65b900e73c1875e4fdb136f6e6fd517c9e5922c6.tar.bz2
ninenines.eu-65b900e73c1875e4fdb136f6e6fd517c9e5922c6.zip
New article: the elephant in the room
Diffstat (limited to 'articles/page')
-rw-r--r--articles/page/2/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/articles/page/2/index.html b/articles/page/2/index.html
index b7448109..12b7cefb 100644
--- a/articles/page/2/index.html
+++ b/articles/page/2/index.html
@@ -74,6 +74,24 @@
<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="day">30</span>
+ <span class="month">Jan</span>
+ </p>
+ </header>
+
+ <p>Let&#8217;s build a programming language. I call it Xerl: eXtended ERLang. It&#8217;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&#8217;s no go ahead of ourselves here. We&#8217;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>
+
+ <article class="blog_item">
+ <header>
<h2><a href="https://ninenines.eu/articles/ranch-ftp/">Build an FTP Server with Ranch in 30 Minutes</a></h2>
<p class="date">
<span class="day">14</span>