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.html20
1 files changed, 20 insertions, 0 deletions
diff --git a/articles/page/3/index.html b/articles/page/3/index.html
index 38b44812..110cd5ef 100644
--- a/articles/page/3/index.html
+++ b/articles/page/3/index.html
@@ -67,6 +67,26 @@
<article class="blog_item">
<header>
+ <h2><a href="https://ninenines.eu/articles/xerl-0.2-two-modules/">Xerl: two modules</a></h2>
+ <p class="date">
+ <span class="year">2013</span>
+ <span class="day-month">03 Feb</span>
+ </p>
+ </header>
+
+ <p>Everything is an expression.
+This sentence carries profound meaning. We will invoke it many times over the course of these articles.
+If everything is an expression, then the language shouldn&apos;t have any problem with me defining two modules in the same source file.
+mod first_module begin end mod second_module begin end Likewise, it shouldn&apos;t have any problem with me defining a module inside another module.
+mod out_module begin mod in_module begin end end Of course, in the context of the Erlang VM, these two snippets are equivalent; there is nothing preventing you from calling the in_module module from any other module.</p>
+
+ <p style="text-align:right">
+ <a class="read_more" href="https://ninenines.eu/articles/xerl-0.2-two-modules/">Read More</a>
+ </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>