diff options
| -rw-r--r-- | FromDyalog.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/FromDyalog.md b/FromDyalog.md new file mode 100644 index 00000000..a9279f9f --- /dev/null +++ b/FromDyalog.md @@ -0,0 +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+-` | `≠` | `<` | `>` | `≢` | `⍴` | `⍪` | | + +| `↑` | `↓` | `↕` | `/` | `\` | `⍋` | `⍒` | `⊏` | `⊑` | `⊐` | `⊒` | `∊` | `⍷` | `⊔` | +|------|---------|------|-----|-----|-----|-------|------|-----|-----|-----|-----|-----|-----| +| `,⍀` | `⌽,⌽⍀⌽` | `⍳` | `⍸` | | `⍋` | `⍒` | `⊣⌿` | `⊃` | | `…` | `≠` | | `⌸` | +| `↑` | `↓` | `,⌿` | `⌿` | `⊆` | `⍸` | `⌽⍸⌽` | `⌷` | | `⍳` | `…` | `∊` | `⍷` | | |
