From 229e2cd2f5c78b13c483a8559dead2c8f31d8e42 Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sat, 18 Jul 2020 18:26:52 -0400 Subject: Terminology changes: subject, 1/2-modifier, Box/Unbox to Enclose/Merge, blocks --- docs/doc/fromDyalog.html | 70 ++++++++++++++++++++++++------------------------ 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'docs/doc/fromDyalog.html') diff --git a/docs/doc/fromDyalog.html b/docs/doc/fromDyalog.html index 57196984..ae6fc64b 100644 --- a/docs/doc/fromDyalog.html +++ b/docs/doc/fromDyalog.html @@ -25,7 +25,7 @@ Monad * -*(÷2) +*(÷2) [] [] ~ @@ -40,7 +40,7 @@ Dyad * -*÷ +*÷ 1+- @@ -108,7 +108,7 @@ -

Modifiers and combinators 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.

+

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.

@@ -116,55 +116,55 @@ - - + + - - - + + + - + - +
¨ ´ ˜
Dyalog ¨..
-

In BQN is Rank and is Atop. Dyalog's Atop () and Over () were added in version 18.0.

+

In BQN is Rank and is Atop. Dyalog's Atop () and Over () were added in version 18.0.

For writing

-

The tables below give approximate implementations of Dyalog primitives for the ones that aren't the same. First- and last-axis pairs are also mostly omitted. BQN just has the first-axis form, and you can get the last-axis form with 1.

+

The tables below give approximate implementations of Dyalog primitives for the ones that aren't the same. First- and last-axis pairs are also mostly omitted. BQN just has the first-axis form, and you can get the last-axis form with 1.

- + - - + + - - + + - + - - + + - + @@ -172,9 +172,9 @@ - - - + + +
Functions
Glyph Monadic Dyadic
*
! Implement it yourself
Some complex exponential stuff, maybe
~ ¬ ¬∊/⊣
Some complex exponential stuff, maybe
~ ¬ ¬∊/⊣
? Library?
¬
¬
¬
¬
, 1
, 1
˘
>
<˘
< +`
<(0<≡)
< +`
<(0<≡)
{0=≡𝕩:𝕩∾⥊¨𝕩}
/
∊/⊣
⊣∾∊˜¬/⊢
⊣∾∊˜¬/⊢
/
Give up
To be decided
{+(𝕨×)´𝕩}
{𝕨|1↓⌊÷`𝕨∾<𝕩}
+´×1 I guess
{+(𝕨×)´𝕩}
{𝕨|1↓⌊÷`𝕨∾<𝕩}
+´×1 I guess
N/A
@@ -185,18 +185,18 @@ or ` ¨ ¨ ˜ - - f.g f´g1 - .f f - Ag Ag - fB fB - fg fg - f⍤B fB - f⍤g fg - f⍥g fg - f@v f(v) + + f.g f´g1 + .f f + Ag Ag + fB fB + fg fg + f⍤B fB + f⍤g fg + f⍥g fg + f@v f(v) f⍠B Uh - f⌸ ⊐⊔↕ + f⌸ ⊐⊔↕ f⌺B A f& Nothing yet -- cgit v1.2.3