summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/index.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/index.md b/docs/index.md
index afbb356..389b7a8 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -20,6 +20,8 @@ This specification not only describes the language syntax but it's implementatio
* Type inference
+* Automatically use threads
+
* All code can be run asynchronously
* No built in asynchronous callback functions
@@ -33,7 +35,7 @@ Fn[name; callback] $ (
) `async ("filename"; callback)
```
-* Automatically use threads
+* C interoperability
* Minimal dependencies, most X64 Linux distros shouldn't need to install anything to compile and run the source