diff options
Diffstat (limited to 'docs/index.md')
| -rw-r--r-- | docs/index.md | 4 |
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 |
