From 93f75e97685520cdad3afab0134e2f65e5e211e2 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Tue, 21 Jul 2020 19:48:24 -0400 Subject: =?UTF-8?q?Add=20Insert=20(=CB=9D)=201-modifier?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/fromDyalog.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'doc/fromDyalog.md') diff --git a/doc/fromDyalog.md b/doc/fromDyalog.md index 3eaf752d..2f4e5aae 100644 --- a/doc/fromDyalog.md +++ b/doc/fromDyalog.md @@ -20,7 +20,7 @@ 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 | `¨` | `⌜` | `´` | `⎉` | `⍟` | `˜` | `∘` | `○` | `⟜` | +| BQN | `¨` | `⌜` | `˝` | `⎉` | `⍟` | `˜` | `∘` | `○` | `⟜` | |--------|-----|------|-----|-----|-----|-----|-----|-----|-----| | Dyalog | `¨` | `∘.` | `⌿` | `⍤` | `⍣` | `⍨` | `⍤` | `⍥` | `∘` | @@ -62,19 +62,19 @@ The tables below give approximate implementations of Dyalog primitives for the o {+⟜(𝕨⊸×)´⌽𝕩} {𝕨|1↓⌊∘÷`⌾⌽𝕨∾<𝕩} - +´∘×⎉1‿∞⁼ I guess + +˝∘×⎉1‿∞⁼ I guess N/A - + - + -- cgit v1.2.3
Operators
Syntax Monadic Dyadic
´
¨˝
or `
¨ ¨
˜
f.g (f´<˘)∘g⎉1‿∞
f.g f˝∘g⎉1‿∞
∘.f f⌜
A∘g A⊸g
f∘B f⟜B