aboutsummaryrefslogtreecommitdiff
path: root/docs/doc/fromJ.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/doc/fromJ.html')
-rw-r--r--docs/doc/fromJ.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/doc/fromJ.html b/docs/doc/fromJ.html
index 9b40695c..9b053151 100644
--- a/docs/doc/fromJ.html
+++ b/docs/doc/fromJ.html
@@ -6,7 +6,7 @@
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">doc</a></div>
<h1 id="bqnj-dictionary"><a class="header" href="#bqnj-dictionary">BQN–J dictionary</a></h1>
<style>.Comment { color: inherit; }</style>
-<p>A guide to help users of J get up to speed with BQN quickly.</p>
+<p>A guide to help users of J get up to speed with BQN quickly. For a higher-level comparison, check <a href="../commentary/why.html#versus-apl-and-j">Why BQN?</a>.</p>
<h2 id="terminology"><a class="header" href="#terminology">Terminology</a></h2>
<h3 id="array-model"><a class="header" href="#array-model">Array model</a></h3>
<p>BQN uses the <a href="based.html">based array model</a>, which is fundamentally different from J's flat array model. BQN uses non-array values such as characters and numbers, called &quot;atoms&quot;, while in J every noun is an array. A BQN array can contain any values in any mixture, while a J array must be uniformly numbers, characters, or boxes (BQN doesn't use boxes).</p>