diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-29 15:49:22 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-11-29 15:50:10 -0500 |
| commit | e9ba2b94c715a1535fd5ddb9b847b9d1a3d275a7 (patch) | |
| tree | 203448fae69e3104e30de24b279eed62a70ce727 /docs | |
| parent | c95363b4a59b7c1da51d24a0e61d886514b6064e (diff) | |
Another installation link
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 92067722..9be86a93 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,9 +24,9 @@ <p>Want to learn and use a modern, powerful language centered on Ken Iverson's array programming paradigm? BQN <strong>now provides</strong>:</p> <ul> <li>A simple, consistent, and <a href="commentary/stability.html">stable</a> array programming language</li> -<li>Documentation with examples, visuals, explanations, and rationale for features</li> +<li>A low-dependency C implementation using bytecode compilation: <a href="running.html">installation</a></li> <li>Basic <a href="spec/system.html">system functions</a> for common math, file, and IO operations</li> -<li>A low-dependency C implementation using bytecode compilation</li> +<li>Documentation with examples, visuals, explanations, and rationale for features</li> </ul> <p>BQN <strong>will provide</strong>:</p> <ul> |
