From f848ca56ad79012e392e582fc6931bd3b1ed5784 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 5 Jun 2020 16:47:47 -0400 Subject: Add from-Dyalog cheat sheet --- FromDyalog.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 FromDyalog.md 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+-` | `≠` | `<` | `>` | `≢` | `⍴` | `⍪` | | + +| `↑` | `↓` | `↕` | `/` | `\` | `⍋` | `⍒` | `⊏` | `⊑` | `⊐` | `⊒` | `∊` | `⍷` | `⊔` | +|------|---------|------|-----|-----|-----|-------|------|-----|-----|-----|-----|-----|-----| +| `,⍀` | `⌽,⌽⍀⌽` | `⍳` | `⍸` | | `⍋` | `⍒` | `⊣⌿` | `⊃` | | `…` | `≠` | | `⌸` | +| `↑` | `↓` | `,⌿` | `⌿` | `⊆` | `⍸` | `⌽⍸⌽` | `⌷` | | `⍳` | `…` | `∊` | `⍷` | | -- cgit v1.2.3