From d2a3f2cedd7c00d0933222aed9c06b3149aa4db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Wed, 4 Apr 2018 13:13:37 +0200 Subject: Cowboy 2.3.0 --- articles/xerl-0.5-intermediate-module/index.html | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'articles/xerl-0.5-intermediate-module') diff --git a/articles/xerl-0.5-intermediate-module/index.html b/articles/xerl-0.5-intermediate-module/index.html index d02a80bf..a50b6171 100644 --- a/articles/xerl-0.5-intermediate-module/index.html +++ b/articles/xerl-0.5-intermediate-module/index.html @@ -7,7 +7,7 @@ - + Nine Nines: Xerl: intermediate module @@ -94,7 +94,7 @@ contains all the expressions from our Xerl source file.

42, we will obtain the following module ready to be executed:

-
@@ -107,7 +107,7 @@ http://www.gnu.org/software/src-highlite --> the same we had when interpreting expressions.

The resulting Core Erlang code looks like this:

-
@@ -155,7 +155,7 @@ of the expressions. When we encounter the last expression in the list, we do not create a sequence.

The result is this very simple function:

-
@@ -170,7 +170,7 @@ we only have one expression. If we were to have 42, 43, 44 in our Xerl source file, we would have a result equivalent to the following before optimization:

-
@@ -184,7 +184,7 @@ http://www.gnu.org/software/src-highlite -->

And the result is of course 44.

The resulting Core Erlang code looks like this:

-
@@ -213,6 +213,10 @@ http://www.gnu.org/software/src-highlite -->