From bbba31aedf5ce12d4a5eb24f477e3041cab1e27f Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Fri, 24 Sep 2021 21:39:31 -0400 Subject: =?UTF-8?q?Add=20::=20to=20=E2=8E=8A=20in=20the=20other=20directio?= =?UTF-8?q?n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/fromJ.md | 6 +++--- docs/doc/fromJ.html | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/fromJ.md b/doc/fromJ.md index 74c30d14..a04b8987 100644 --- a/doc/fromJ.md +++ b/doc/fromJ.md @@ -101,9 +101,9 @@ Some other primitives are essentially the same in J and BQN, but with different |:---:|:---:|:---:|:---:|:----:|:----:|:----:|:----:|:---:|:---:|:-----:|:-----:| | BQN | `×` | `÷` | `⋆` | `⋆⁼` | `√` | `⌊` | `⌈` | `⊣` | `⊢` | `⌽` | `⍉` | -| J | `~` | `@:` | `&:` | `&.:` | `:` | `"` | `L:` | `^:` | -|:---:|:---:|:----:|:----:|:-----:|:---:|:---:|:----:|:----:| -| BQN | `˜` | `∘` | `○` | `⌾` | `⊘` | `⎉` | `⚇` | `⍟` | +| J | `~` | `@:` | `&:` | `&.:` | `:` | `"` | `L:` | `^:` | `::` | +|:---:|:---:|:----:|:----:|:-----:|:---:|:---:|:----:|:----:|:----:| +| BQN | `˜` | `∘` | `○` | `⌾` | `⊘` | `⎉` | `⚇` | `⍟` | `⎊` | The tables below give approximate implementations of J primitives. J has a whole lot of complicated primitives that no one uses (some of which are officially deprecated), so not everything is translated here. Operations that only apply to complex numbers are omitted because no BQN implementation currently supports them. diff --git a/docs/doc/fromJ.html b/docs/doc/fromJ.html index ea5e1284..516cc220 100644 --- a/docs/doc/fromJ.html +++ b/docs/doc/fromJ.html @@ -397,6 +397,7 @@ " L: ^: +:: @@ -410,6 +411,7 @@ + -- cgit v1.2.3