diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-09-15 13:39:13 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-09-15 13:39:13 -0400 |
| commit | a23f6f3c4870cbe3f3f02831806b4970f04fc10b (patch) | |
| tree | 17d061fa3e077ca203f8fbaccd71b32a7630b3eb | |
| parent | 7cc2e66790a2d1baa871d1491291f1c4e0b3f2cb (diff) | |
Add Scan to BQN-to-Dyalog translations
| -rw-r--r-- | doc/fromDyalog.md | 6 | ||||
| -rw-r--r-- | 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 @@ <th align="center"><code><span class='Modifier'>¨</span></code></th> <th align="center"><code><span class='Modifier'>⌜</span></code></th> <th align="center"><code><span class='Modifier'>˝</span></code></th> +<th align="center"><code><span class='Modifier'>`</span></code></th> <th align="center"><code><span class='Modifier2'>⎉</span></code></th> <th align="center"><code><span class='Modifier2'>⍟</span></code></th> <th align="center"><code><span class='Modifier'>˜</span></code></th> @@ -264,6 +265,7 @@ <td align="center"><code><span class='Modifier'>¨</span></code></td> <td align="center"><code><span class='Modifier2'>∘</span><span class='Value'>.</span></code></td> <td align="center"><code><span class='Value'>⌿</span></code></td> +<td align="center"><code><span class='Value'>⍀</span></code></td> <td align="center"><code><span class='Value'>⍤</span><span class='Function'>A</span></code></td> <td align="center"><code><span class='Value'>⍣</span></code></td> <td align="center"><code><span class='Value'>⍨</span></code></td> |
