From a23f6f3c4870cbe3f3f02831806b4970f04fc10b Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Thu, 15 Sep 2022 13:39:13 -0400 Subject: Add Scan to BQN-to-Dyalog translations --- doc/fromDyalog.md | 6 +++--- docs/doc/fromDyalog.html | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index c50d6028..45acb0cd 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -73,9 +73,9 @@ Here are some closest equivalents in Dyalog APL for the BQN functions that don't Modifiers are a little harder. Many have equivalents in some cases, but Dyalog sometimes chooses different functionality based on whether the operand is an array. In BQN an array is always treated as a constant function. -| BQN | `¨` | `⌜` | `˝` | `⎉` | `⍟` | `˜` | `∘` | `○` | `⟜` | -|:------:|:---:|:----:|:---:|:----:|:---:|:---:|:----:|:---:|:---:| -| Dyalog | `¨` | `∘.` | `⌿` | `⍤A` | `⍣` | `⍨` | `⍤f` | `⍥` | `∘` | +| BQN | `¨` | `⌜` | `˝` | `` ` `` | `⎉` | `⍟` | `˜` | `∘` | `○` | `⟜` | +|:------:|:---:|:----:|:---:|:-------:|:----:|:---:|:---:|:----:|:---:|:---:| +| Dyalog | `¨` | `∘.` | `⌿` | `⍀` | `⍤A` | `⍣` | `⍨` | `⍤f` | `⍥` | `∘` | Some other BQN modifiers have been proposed as future Dyalog extensions: diff --git a/docs/doc/fromDyalog.html b/docs/doc/fromDyalog.html index 1e36dada..8fca184b 100644 --- a/docs/doc/fromDyalog.html +++ b/docs/doc/fromDyalog.html @@ -250,6 +250,7 @@ ¨ ˝ +` ˜ @@ -264,6 +265,7 @@ ¨ . + A -- cgit v1.2.3