diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-03 18:22:14 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-03 18:22:14 -0400 |
| commit | a8810a00d95678cceee2a063df9c094fa6f6037d (patch) | |
| tree | 77061d5f14809434fdcc2ee776293539eca9de65 /docs | |
| parent | f3e3fd0cdba8d2f9f49be279ac3c0ec87a44609b (diff) | |
C interop note
Diffstat (limited to 'docs')
| -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 |
