diff --git a/tools/website.tmpl b/tools/website.tmpl index 3209aac51e..7541fae4c4 100644 --- a/tools/website.tmpl +++ b/tools/website.tmpl @@ -49,8 +49,13 @@ # if currentTab == "index":
-
-

Why should I be excited?

+
+ + First Nim workshop in Ukraine! + +
+
+

Why should I be excited?

Nim is the only language that leverages automated proof technology to perform a disjoint check for your parallel code. Working on disjoint data means no locking is required and yet data races are impossible:

 parallel:
@@ -63,7 +68,7 @@
     i += 1
 
-
+

Nim is simple..

@@ -97,7 +102,7 @@ p.greet() # or greet(p)
 
-
+

C FFI is easy in Nim..

@@ -134,6 +139,7 @@ runForever()
           
+
# end