Skip to content

Commit 224d6ed

Browse files
committed
More detail in a few help pages
1 parent 9cfc45f commit 224d6ed

14 files changed

+51
-17
lines changed

docs/help/depth.html

+5-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,13 @@
77
<h1 id="circle-with-two-dots-"><a class="header" href="#circle-with-two-dots-">Circle With Two Dots (<code><span class='Modifier2'></span></code>)</a></h1>
88
<h2 id="𝔽𝕘-𝕩-𝕨-𝔽𝕘-𝕩-depth"><a class="header" href="#𝔽𝕘-𝕩-𝕨-𝔽𝕘-𝕩-depth"><code><span class='Function'>𝔽</span><span class='Modifier2'></span><span class='Value'>𝕘</span> <span class='Value'>𝕩</span></code>, <code><span class='Value'>𝕨</span> <span class='Function'>𝔽</span><span class='Modifier2'></span><span class='Value'>𝕘</span> <span class='Value'>𝕩</span></code>: Depth</a></h2>
99
<p><a class="fulldoc" href="../doc/depth.html#the-depth-modifier">→full documentation</a></p>
10-
<p>Apply <code><span class='Function'>𝔽</span></code> to the cells of the arguments at depth given in <code><span class='Value'>𝕘</span></code>.</p>
11-
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MeKKuOKGk+KahzEg4p+o4p+oMSwyLDPin6ksIOKfqDQsNSw24p+p4p+pCgoxIOKGk+KahzEg4p+o4p+oMSwyLDPin6ksIOKfqDQsNSw24p+p4p+p">↗️</a><pre> <span class='Number'>1</span><span class='Modifier2'></span><span class='Function'></span><span class='Modifier2'></span><span class='Number'>1</span> <span class='Bracket'>⟨⟨</span><span class='Number'>1</span><span class='Separator'>,</span><span class='Number'>2</span><span class='Separator'>,</span><span class='Number'>3</span><span class='Bracket'></span><span class='Separator'>,</span> <span class='Bracket'></span><span class='Number'>4</span><span class='Separator'>,</span><span class='Number'>5</span><span class='Separator'>,</span><span class='Number'>6</span><span class='Bracket'>⟩⟩</span>
10+
<p>Apply <code><span class='Function'>𝔽</span></code> to the cells of the arguments at depth given in <code><span class='Value'>𝕘</span></code>. Negative numbers count down from the top level and non-negative ones from the bottom up.</p>
11+
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MeKKuOKGk+KahzEg4p+o4p+oMSwyLDPin6ksIOKfqDQsNSw24p+p4p+pCgoxIOKGk+KahzEg4p+o4p+oMSwyLDPin6ksIOKfqDQsNSw24p+p4p+pCgooK8K04oaVKeKahzAg4p+oMiw04oC/Nywz4p+pICAjIEltcGxlbWVudHMgcGVydmFzaW9u">↗️</a><pre> <span class='Number'>1</span><span class='Modifier2'></span><span class='Function'></span><span class='Modifier2'></span><span class='Number'>1</span> <span class='Bracket'>⟨⟨</span><span class='Number'>1</span><span class='Separator'>,</span><span class='Number'>2</span><span class='Separator'>,</span><span class='Number'>3</span><span class='Bracket'></span><span class='Separator'>,</span> <span class='Bracket'></span><span class='Number'>4</span><span class='Separator'>,</span><span class='Number'>5</span><span class='Separator'>,</span><span class='Number'>6</span><span class='Bracket'>⟩⟩</span>
1212
⟨ ⟨ 2 3 ⟩ ⟨ 5 6 ⟩ ⟩
1313

1414
<span class='Number'>1</span> <span class='Function'></span><span class='Modifier2'></span><span class='Number'>1</span> <span class='Bracket'>⟨⟨</span><span class='Number'>1</span><span class='Separator'>,</span><span class='Number'>2</span><span class='Separator'>,</span><span class='Number'>3</span><span class='Bracket'></span><span class='Separator'>,</span> <span class='Bracket'></span><span class='Number'>4</span><span class='Separator'>,</span><span class='Number'>5</span><span class='Separator'>,</span><span class='Number'>6</span><span class='Bracket'>⟩⟩</span>
1515
⟨ ⟨ 2 3 ⟩ ⟨ 5 6 ⟩ ⟩
16+
17+
<span class='Paren'>(</span><span class='Function'>+</span><span class='Modifier'>´</span><span class='Function'></span><span class='Paren'>)</span><span class='Modifier2'></span><span class='Number'>0</span> <span class='Bracket'></span><span class='Number'>2</span><span class='Separator'>,</span><span class='Number'>4</span><span class='Ligature'></span><span class='Number'>7</span><span class='Separator'>,</span><span class='Number'>3</span><span class='Bracket'></span> <span class='Comment'># Implements pervasion
18+
</span>⟨ 1 ⟨ 6 21 ⟩ 3 ⟩
1619
</pre>

docs/help/leftargument.html

+11-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ <h1 id="mathematical-double-struck-w-𝕨"><a class="header" href="#mathematical
88
<h2 id="𝕨-left-argument"><a class="header" href="#𝕨-left-argument"><code><span class='Value'>𝕨</span></code>: Left Argument</a></h2>
99
<p><a class="fulldoc" href="../doc/syntax.html#blocks">→full documentation</a></p>
1010
<p>A variable assigned to the left argument of a block. <code><span class='Function'>𝕎</span></code> can be used to access the left argument as a function.</p>
11-
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSB78J2VqH0gMQ==">↗️</a><pre> <span class='Number'>5</span> <span class='Brace'>{</span><span class='Value'>𝕨</span><span class='Brace'>}</span> <span class='Number'>1</span>
11+
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=NSB78J2VqH0gMQoKLeKAv8O3IHvwnZWO8J2VqX3CqCA0">↗️</a><pre> <span class='Number'>5</span> <span class='Brace'>{</span><span class='Value'>𝕨</span><span class='Brace'>}</span> <span class='Number'>1</span>
1212
5
13+
14+
<span class='Function'>-</span><span class='Ligature'></span><span class='Function'>÷</span> <span class='Brace'>{</span><span class='Function'>𝕎</span><span class='Value'>𝕩</span><span class='Brace'>}</span><span class='Modifier'>¨</span> <span class='Number'>4</span>
15+
⟨ ¯4 0.25 ⟩
16+
</pre>
17+
<p>In a call with no left argument, <code><span class='Value'>𝕨</span></code> functions as <a href="nothing.html">Nothing</a> and <code><span class='Function'>𝕎</span></code> can't be used.</p>
18+
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=eygt8J2VqCnii4jwnZWpfSA2CgoyIHsoLfCdlagp4ouI8J2VqX0gNg==">↗️</a><pre> <span class='Brace'>{</span><span class='Paren'>(</span><span class='Function'>-</span><span class='Value'>𝕨</span><span class='Paren'>)</span><span class='Function'></span><span class='Value'>𝕩</span><span class='Brace'>}</span> <span class='Number'>6</span>
19+
⟨ 6 ⟩
20+
21+
<span class='Number'>2</span> <span class='Brace'>{</span><span class='Paren'>(</span><span class='Function'>-</span><span class='Value'>𝕨</span><span class='Paren'>)</span><span class='Function'></span><span class='Value'>𝕩</span><span class='Brace'>}</span> <span class='Number'>6</span>
22+
⟨ ¯2 6 ⟩
1323
</pre>

docs/help/length_notequals.html

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ <h2 id="-𝕩-length"><a class="header" href="#-𝕩-length"><code><span class='
2525
</pre>
2626
<h2 id="𝕨--𝕩-not-equal-to"><a class="header" href="#𝕨--𝕩-not-equal-to"><code><span class='Value'>𝕨</span> <span class='Function'></span> <span class='Value'>𝕩</span></code>: Not Equal To</a></h2>
2727
<p><a class="fulldoc" href="../doc/arithmetic.html#comparisons">→full documentation</a></p>
28+
<p>Do argument atoms not match?</p>
2829
<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
2930
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSDiiaAgMwoKMuKAvzPigL8wIOKJoCAz4oC/MeKAvzAKCidhJyDiiaAgJ2En">↗️</a><pre> <span class='Number'>1</span> <span class='Function'></span> <span class='Number'>3</span>
3031
1

docs/help/merge_greaterthan.html

+2-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@
77
<h1 id="greater-than-"><a class="header" href="#greater-than-">Greater Than (<code><span class='Function'>&gt;</span></code>)</a></h1>
88
<h2 id="-𝕩-merge"><a class="header" href="#-𝕩-merge"><code><span class='Function'>&gt;</span> <span class='Value'>𝕩</span></code>: Merge</a></h2>
99
<p><a class="fulldoc" href="../doc/couple.html">→full documentation</a></p>
10-
<p>Add the rank of an element of <code><span class='Value'>𝕩</span></code> to the rank of <code><span class='Value'>𝕩</span></code>.</p>
11-
<p>All elements must have the same rank.</p>
12-
<p>Returns atomic values as is.</p>
10+
<p>Combine an array of arrays into one array. All elements of <code><span class='Value'>𝕩</span></code> must have the same rank, and the result rank is that plus the rank of <code><span class='Value'>𝕩</span></code>.</p>
11+
<p>Returns and boxed atoms unchanged.</p>
1312
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=YSDihpAg4p+o4p+oMSwgMuKfqSwg4p+oMywgNOKfqeKfqQoKPmEKCuKJomEKCuKJoj5h">↗️</a><pre> <span class='Value'>a</span> <span class='Gets'></span> <span class='Bracket'>⟨⟨</span><span class='Number'>1</span><span class='Separator'>,</span> <span class='Number'>2</span><span class='Bracket'></span><span class='Separator'>,</span> <span class='Bracket'></span><span class='Number'>3</span><span class='Separator'>,</span> <span class='Number'>4</span><span class='Bracket'>⟩⟩</span>
1413

1514
<span class='Function'>&gt;</span><span class='Value'>a</span>

docs/help/nothing.html

+6-2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77
<h1 id="middle-dot-"><a class="header" href="#middle-dot-">Middle Dot (<code><span class='Nothing'>·</span></code>)</a></h1>
88
<h2 id="-nothing"><a class="header" href="#-nothing"><code><span class='Nothing'>·</span></code>: Nothing</a></h2>
99
<p><a class="fulldoc" href="../doc/expression.html#nothing">→full documentation</a></p>
10+
<p>Indicates no value. If a left argument is Nothing, the function is called with no left argument, and if the right is Nothing, it's not called and &quot;returns&quot; Nothing.</p>
11+
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=wrcg4oy9ICJhYmMiICAjIFJldmVyc2UgaW5zdGVhZCBvZiBSb3RhdGU=">↗️</a><pre> <span class='Nothing'>·</span> <span class='Function'></span> <span class='String'>&quot;abc&quot;</span> <span class='Comment'># Reverse instead of Rotate
12+
</span>"cba"
13+
</pre>
1014
<h3 id="in-trains"><a class="header" href="#in-trains">In Trains</a></h3>
1115
<p>Nothing can serve as a left argument in a train to string together multiple monadic functions.</p>
1216
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=KC0rLSkgNQoKKC3CtystKSA1">↗️</a><pre> <span class='Paren'>(</span><span class='Function'>-+-</span><span class='Paren'>)</span> <span class='Number'>5</span>
@@ -15,8 +19,8 @@ <h3 id="in-trains"><a class="header" href="#in-trains">In Trains</a></h3>
1519
<span class='Paren'>(</span><span class='Function'>-</span><span class='Nothing'>·</span><span class='Function'>+-</span><span class='Paren'>)</span> <span class='Number'>5</span>
1620
5
1721
</pre>
18-
<h3 id="in-block-headers"><a class="header" href="#in-block-headers">In Block Headers</a></h3>
19-
<p>For Block header pattern matching syntax, Nothing can be used to indicate an unused value.</p>
22+
<h3 id="destructuring"><a class="header" href="#destructuring">Destructuring</a></h3>
23+
<p>For pattern matching in assignment or a block header, Nothing indicates an unused value.</p>
2024
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=RiDihpAge/CdlYogYeKAv8K34oC/YjogYeKIvmJ9CgpGIDHigL8y4oC/Mw==">↗️</a><pre> <span class='Function'>F</span> <span class='Gets'></span> <span class='Brace'>{</span><span class='Function'>𝕊</span> <span class='Value'>a</span><span class='Ligature'></span><span class='Nothing'>·</span><span class='Ligature'></span><span class='Value'>b</span><span class='Head'>:</span> <span class='Value'>a</span><span class='Function'></span><span class='Value'>b</span><span class='Brace'>}</span>
2125

2226
<span class='Function'>F</span> <span class='Number'>1</span><span class='Ligature'></span><span class='Number'>2</span><span class='Ligature'></span><span class='Number'>3</span>

docs/help/rank.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">help</a></div>
77
<h1 id="circled-horizontal-bar-with-notch-"><a class="header" href="#circled-horizontal-bar-with-notch-">Circled Horizontal Bar With Notch (<code><span class='Modifier2'></span></code>)</a></h1>
88
<h2 id="𝔽𝕘-𝕩-𝕨-𝔽𝕘-𝕩-rank"><a class="header" href="#𝔽𝕘-𝕩-𝕨-𝔽𝕘-𝕩-rank"><code><span class='Function'>𝔽</span><span class='Modifier2'></span><span class='Value'>𝕘</span> <span class='Value'>𝕩</span></code>, <code><span class='Value'>𝕨</span> <span class='Function'>𝔽</span><span class='Modifier2'></span><span class='Value'>𝕘</span> <span class='Value'>𝕩</span></code>: Rank</a></h2>
9-
<p>Apply <code><span class='Function'>𝔽</span></code> to cells at ranks given in <code><span class='Value'>𝕘</span></code>.</p>
9+
<p>Apply <code><span class='Function'>𝔽</span></code> to cells at ranks given in <code><span class='Value'>𝕘</span></code>. Non-negative numbers indicate the rank of the cell and negative ones indicate the difference from full rank.</p>
1010
<p>The ranks applied are given by the following:</p>
1111
<ul>
1212
<li><code><span class='Modifier2'></span> <span class='Value'>c</span></code> Rank-c cells of <code><span class='Value'>𝕩</span></code> (monadic) or both arguments (dyadic)</li>

docs/help/rank_equals.html

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h2 id="-𝕩-rank"><a class="header" href="#-𝕩-rank"><code><span class='Func
3434
</pre>
3535
<h2 id="𝕨--𝕩-equal-to"><a class="header" href="#𝕨--𝕩-equal-to"><code><span class='Value'>𝕨</span> <span class='Function'>=</span> <span class='Value'>𝕩</span></code>: Equal To</a></h2>
3636
<p><a class="fulldoc" href="../doc/arithmetic.html#comparisons">→full documentation</a></p>
37+
<p>Do argument atoms match?</p>
3738
<p><a href="../doc/arithmetic.html#pervasion">Pervasive.</a></p>
3839
<a class="replLink" title="Open in the REPL" target="_blank" href="https://mlochbaum.github.io/BQN/try.html#code=MSA9IDMKCjLigL8z4oC/MCA9IDPigL8x4oC/MAoKJ2EnID0gJ2En">↗️</a><pre> <span class='Number'>1</span> <span class='Function'>=</span> <span class='Number'>3</span>
3940
0

help/depth.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,11 @@
55
## `𝔽⚇𝕘 𝕩`, `𝕨 𝔽⚇𝕘 𝕩`: Depth
66
[→full documentation](../doc/depth.md#the-depth-modifier)
77

8-
Apply `𝔽` to the cells of the arguments at depth given in `𝕘`.
8+
Apply `𝔽` to the cells of the arguments at depth given in `𝕘`. Negative numbers count down from the top level and non-negative ones from the bottom up.
99

1010

1111
1⊸↓⚇1 ⟨⟨1,2,3⟩, ⟨4,5,6⟩⟩
1212

1313
1 ↓⚇1 ⟨⟨1,2,3⟩, ⟨4,5,6⟩⟩
14+
15+
(+´↕)⚇0 ⟨2,4‿7,3⟩ # Implements pervasion

help/leftargument.md

+8
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,11 @@
88
A variable assigned to the left argument of a block. `𝕎` can be used to access the left argument as a function.
99

1010
5 {𝕨} 1
11+
12+
-‿÷ {𝕎𝕩}¨ 4
13+
14+
In a call with no left argument, `𝕨` functions as [Nothing](nothing.md) and `𝕎` can't be used.
15+
16+
{(-𝕨)⋈𝕩} 6
17+
18+
2 {(-𝕨)⋈𝕩} 6

help/length_notequals.md

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ Length of the first dimension of `𝕩`.
2323
## `𝕨 ≠ 𝕩`: Not Equal To
2424
[→full documentation](../doc/arithmetic.md#comparisons)
2525

26+
Do argument atoms not match?
27+
2628
[Pervasive.](../doc/arithmetic.md#pervasion)
2729

2830
1 ≠ 3

help/merge_greaterthan.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,9 @@
55
## `> 𝕩`: Merge
66
[→full documentation](../doc/couple.md)
77

8-
Add the rank of an element of `𝕩` to the rank of `𝕩`.
8+
Combine an array of arrays into one array. All elements of `𝕩` must have the same rank, and the result rank is that plus the rank of `𝕩`.
99

10-
All elements must have the same rank.
11-
12-
Returns atomic values as is.
10+
Returns and boxed atoms unchanged.
1311

1412

1513
a ← ⟨⟨1, 2⟩, ⟨3, 4⟩⟩

help/nothing.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
## `·`: Nothing
66
[→full documentation](../doc/expression.md#nothing)
77

8+
Indicates no value. If a left argument is Nothing, the function is called with no left argument, and if the right is Nothing, it's not called and "returns" Nothing.
9+
10+
· ⌽ "abc" # Reverse instead of Rotate
11+
812
### In Trains
913

1014
Nothing can serve as a left argument in a train to string together multiple monadic functions.
@@ -13,9 +17,9 @@ Nothing can serve as a left argument in a train to string together multiple mona
1317

1418
(-·+-) 5
1519

16-
### In Block Headers
20+
### Destructuring
1721

18-
For Block header pattern matching syntax, Nothing can be used to indicate an unused value.
22+
For pattern matching in assignment or a block header, Nothing indicates an unused value.
1923

2024
F ← {𝕊 a‿·‿b: a∾b}
2125

help/rank.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## `𝔽⎉𝕘 𝕩`, `𝕨 𝔽⎉𝕘 𝕩`: Rank
66

7-
Apply `𝔽` to cells at ranks given in `𝕘`.
7+
Apply `𝔽` to cells at ranks given in `𝕘`. Non-negative numbers indicate the rank of the cell and negative ones indicate the difference from full rank.
88

99
The ranks applied are given by the following:
1010

help/rank_equals.md

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ Returns the number of dimensions in `𝕩`.
2121
## `𝕨 = 𝕩`: Equal To
2222
[→full documentation](../doc/arithmetic.md#comparisons)
2323

24+
Do argument atoms match?
25+
2426
[Pervasive.](../doc/arithmetic.md#pervasion)
2527

2628
1 = 3

0 commit comments

Comments
 (0)