summaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-06-03 18:22:14 -0400
committernodist <kevin.comas.git@gmail.com>2026-06-03 18:22:14 -0400
commita8810a00d95678cceee2a063df9c094fa6f6037d (patch)
tree77061d5f14809434fdcc2ee776293539eca9de65 /docs/index.md
parentf3e3fd0cdba8d2f9f49be279ac3c0ec87a44609b (diff)
C interop note
Diffstat (limited to 'docs/index.md')
-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