From 65ac589b7ffd6bfb5b14cb498678d2125ef3431f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Wed, 22 Dec 2021 16:13:35 -0500 Subject: Finish APL/J comparisons, maybe --- docs/doc/fromDyalog.html | 2 +- docs/doc/fromJ.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/doc') diff --git a/docs/doc/fromDyalog.html b/docs/doc/fromDyalog.html index de77cdf6..0f6a727a 100644 --- a/docs/doc/fromDyalog.html +++ b/docs/doc/fromDyalog.html @@ -5,7 +5,7 @@

BQN–Dyalog APL dictionary

-

A few tables to help users of Dyalog APL (or similar) get started quickly on BQN. Here we assume ML is 1 for Dyalog.

+

A few tables to help users of Dyalog APL (or similar) get started quickly on BQN. For a higher-level comparison, check Why BQN?. Here we assume ML is 1 for Dyalog.

Terminology

Array model

BQN uses the based array model, so that a Dyalog simple scalar corresponds to many BQN values: an atom, its enclose, and so on.

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 @@

BQN–J dictionary

-

A guide to help users of J get up to speed with BQN quickly.

+

A guide to help users of J get up to speed with BQN quickly. For a higher-level comparison, check Why BQN?.

Terminology

Array model

BQN uses the based array model, which is fundamentally different from J's flat array model. BQN uses non-array values such as characters and numbers, called "atoms", 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).

-- cgit v1.2.3