summaryrefslogtreecommitdiffstats
path: root/articles/page/3/index.html
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-08-22 20:28:45 +0200
committerLoïc Hoguin <[email protected]>2019-08-22 20:28:45 +0200
commit14f5fcfd361c36a05a247f5e890fad548c442863 (patch)
treeb34feb3d3fb8666f89e6217ddb7b26687a6d0aea /articles/page/3/index.html
parent89674ca1a4ed90cb33b41f442284181c7f7048b1 (diff)
downloadninenines.eu-14f5fcfd361c36a05a247f5e890fad548c442863.tar.gz
ninenines.eu-14f5fcfd361c36a05a247f5e890fad548c442863.tar.bz2
ninenines.eu-14f5fcfd361c36a05a247f5e890fad548c442863.zip
Erlang Paris meetup announcement
Diffstat (limited to 'articles/page/3/index.html')
-rw-r--r--articles/page/3/index.html18
1 files changed, 18 insertions, 0 deletions
diff --git a/articles/page/3/index.html b/articles/page/3/index.html
index 5be66f95..4b8c1be8 100644
--- a/articles/page/3/index.html
+++ b/articles/page/3/index.html
@@ -67,6 +67,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="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>
+
+ <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="year">2012</span>