diff options
Diffstat (limited to 'docs/index.html')
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index f324cd68..e09205cb 100644 --- a/docs/index.html +++ b/docs/index.html @@ -24,7 +24,7 @@ <p><strong>BQN</strong> is a new programming language in the APL lineage, which aims to remove irregular and burdensome aspects of the APL tradition and put the great ideas on a firmer footing. While its use demands a solid understanding of functions and multidimensional arrays, BQN's focus on providing simple, consistent, and powerful array operations (and documentation!) makes it a good language for learning array programming and building stronger array intuition.</p> <p>BQN maintains many of the ideas that made APL\360 revolutionary in 1966:</p> <ul> -<li>Human-friendly <strong>infix notation</strong> has no precedence rules to remember.</li> +<li>Human-friendly <a href="tutorial/expression.html"><strong>infix notation</strong></a> has no precedence rules to remember.</li> <li><a href="doc/primitive.html"><strong>Built-in array operations</strong></a> handle any number of dimensions easily.</li> <li><strong>Higher-order functions</strong> allow basic functions to be applied in more powerful ways.</li> </ul> |
