From 12ffc71504ace0812299406857dd18f193a23505 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Mon, 1 Jul 2019 12:09:16 +0200 Subject: [PATCH 1/3] Explain what a variant mean in other languages --- jekyll/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/index.html b/jekyll/index.html index 329732d01..b74231e61 100644 --- a/jekyll/index.html +++ b/jekyll/index.html @@ -39,7 +39,7 @@

Elegant

From 27c50bf7ab13d13d3f092ac23af51d2f06eb3c81 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Mon, 1 Jul 2019 17:42:56 +0200 Subject: [PATCH 2/3] forgot about tagged unions --- jekyll/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/index.html b/jekyll/index.html index b74231e61..fd27f2050 100644 --- a/jekyll/index.html +++ b/jekyll/index.html @@ -39,7 +39,7 @@

Elegant

From c16127175be7bac72a8f08591b89b449e5c67d94 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Tue, 2 Jul 2019 19:14:52 +0200 Subject: [PATCH 3/3] Address comment --- jekyll/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jekyll/index.html b/jekyll/index.html index fd27f2050..46134a7f7 100644 --- a/jekyll/index.html +++ b/jekyll/index.html @@ -39,7 +39,7 @@

Elegant

  • Macros cannot change Nim's syntax because there is no need for it — the syntax is flexible enough.
  • -
  • Modern type system with local type inference, tuples, generics and variants (also called sum types, tagged unions or algebraic data types)
  • +
  • Modern type system with local type inference, tuples, generics and sum types.
  • Statements are grouped by indentation but can span multiple lines.