From 65b900e73c1875e4fdb136f6e6fd517c9e5922c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Sun, 26 Mar 2017 12:37:17 +0200 Subject: New article: the elephant in the room --- articles/page/2/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'articles/page') 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 @@ -72,6 +72,24 @@

Articles

+
+
+

Xerl: empty modules

+

+ 30 + Jan +

+
+ +

Let’s build a programming language. I call it Xerl: eXtended ERLang. It’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’s no go ahead of ourselves here. We’ll begin with writing the code allowing us to compile an empty module.

+ +

+ Read More +

+
+

Build an FTP Server with Ranch in 30 Minutes

-- cgit v1.2.3