diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-06-05 16:53:38 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2020-06-05 16:53:38 -0400 |
| commit | 980bc8397e8368d695d3b32f1687c7a06e90c1fd (patch) | |
| tree | 1600a20f332d05dc85093937b225651731c20833 | |
| parent | 1bcb324fc4874be5afe77ac1b19687735c714797 (diff) | |
Label rows of from-Dyalog tables
| -rw-r--r-- | FromDyalog.md | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/FromDyalog.md b/FromDyalog.md index a9279f9f..5ea3a6c4 100644 --- a/FromDyalog.md +++ b/FromDyalog.md @@ -1,11 +1,11 @@ Here are some closest equivalents in Dyalog APL for the BQN functions that don't use the same glyphs as APL. Correspondence can be approximate, and `⌽` is just used as a decorator to mean "reverse some things". -| `⋆` | `√` | `∧` | `∨` | `¬` | `≠` | `<` | `>` | `≢` | `⥊` | `∾` | `≍` | -|-----|--------|-------|-------|-------|-----|-----|-----|-----|-----|-------|--------| -| `*` | `*∘÷⍨` | `[⍋]` | `[⍒]` | `~` | `≢` | `⊂` | `↑` | `⍴` | `,` | `⊃,⌿` | `↑,⍥⊂` | -| | | `∧` | `∨` | `1+-` | `≠` | `<` | `>` | `≢` | `⍴` | `⍪` | | +| BQN | `⋆` | `√` | `∧` | `∨` | `¬` | `≠` | `<` | `>` | `≢` | `⥊` | `∾` | `≍` | +|-------|-----|--------|-------|-------|-------|-----|-----|-----|-----|-----|-------|--------| +| Monad | `*` | `*∘÷⍨` | `[⍋]` | `[⍒]` | `~` | `≢` | `⊂` | `↑` | `⍴` | `,` | `⊃,⌿` | `↑,⍥⊂` | +| Dyad | | | `∧` | `∨` | `1+-` | `≠` | `<` | `>` | `≢` | `⍴` | `⍪` | | -| `↑` | `↓` | `↕` | `/` | `\` | `⍋` | `⍒` | `⊏` | `⊑` | `⊐` | `⊒` | `∊` | `⍷` | `⊔` | -|------|---------|------|-----|-----|-----|-------|------|-----|-----|-----|-----|-----|-----| -| `,⍀` | `⌽,⌽⍀⌽` | `⍳` | `⍸` | | `⍋` | `⍒` | `⊣⌿` | `⊃` | | `…` | `≠` | | `⌸` | -| `↑` | `↓` | `,⌿` | `⌿` | `⊆` | `⍸` | `⌽⍸⌽` | `⌷` | | `⍳` | `…` | `∊` | `⍷` | | +| BQN | `↑` | `↓` | `↕` | `/` | `\` | `⍋` | `⍒` | `⊏` | `⊑` | `⊐` | `⊒` | `∊` | `⍷` | `⊔` | +|-------|------|---------|------|-----|-----|-----|-------|------|-----|-----|-----|-----|-----|-----| +| Monad | `,⍀` | `⌽,⌽⍀⌽` | `⍳` | `⍸` | | `⍋` | `⍒` | `⊣⌿` | `⊃` | | `…` | `≠` | | `⌸` | +| Dyad | `↑` | `↓` | `,⌿` | `⌿` | `⊆` | `⍸` | `⌽⍸⌽` | `⌷` | | `⍳` | `…` | `∊` | `⍷` | | |
