aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/based.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc/based.html')
-rw-r--r--docs/doc/based.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/based.html b/docs/doc/based.html
index 68407f38..2389481b 100644
--- a/docs/doc/based.html
+++ b/docs/doc/based.html
@@ -3,7 +3,7 @@
<link href="../style.css" rel="stylesheet"/>
<title>BQN: Based array theory</title>
</head>
-<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a></div>
+<div class="nav"><a href="https://github.com/mlochbaum/BQN">BQN</a> / <a href="../index.html">main</a> / <a href="index.html">doc</a></div>
<h1 id="based-array-theory">Based array theory</h1>
<p><em>&quot;Like a normal programming language&quot;</em></p>
<p>This page explains how BQN's array model (christened &quot;based&quot; <a href="https://dl.acm.org/doi/abs/10.1145/586656.586663">in 1981</a>) differs from the models used by existing APL dialects, and why the choice was made to discard APL's &quot;everything is an array&quot; dictum. If you're not wondering what the difference is, and don't think everything should be an array, then you can probably just read about BQN's <a href="types.html">type system</a> instead.</p>