BQN: Difference between revisions

Jump to navigation Jump to search
853 bytes added ,  18:35, 30 May 2021
(Add forum link)
(2 intermediate revisions by one other user not shown)
Line 9: Line 9:
| developer                = [[Marshall Lochbaum]]
| developer                = [[Marshall Lochbaum]]
| latest release version  = 2021 (unversioned)
| latest release version  = 2021 (unversioned)
| implementation languages = BQN, [[wikipedia:JavaScript|JavaScript]]
| implementation languages = BQN with [[wikipedia:JavaScript|JavaScript]], [[wikipedia:C (programming language)|C]], or others<ref>[[Marshall Lochbaum]]. [https://mlochbaum.github.io/BQN/running.html "How to run BQN"]</ref>
| source                  = [https://github.com/mlochbaum/BQN GitHub]
| source                  = [https://github.com/mlochbaum/BQN GitHub]
| platforms                = In-browser, [[wikipedia:Node.js|Node.js]]
| platforms                = In-browser, [[wikipedia:Node.js|Node.js]]
Line 101: Line 101:
| <code>⍒</code> || [[Grade|Grade Down]]      || [[Interval_Index|Bins Down]]
| <code>⍒</code> || [[Grade|Grade Down]]      || [[Interval_Index|Bins Down]]
|-
|-
| <code>⊏</code> || First Cell                || Select
| <code>⊏</code> || First Cell                || [[Select]]
|-
|-
| <code>⊑</code> || [[First]]                || Pick
| <code>⊑</code> || [[First]]                || Pick
Line 168: Line 168:
|}
|}
|}
|}
Some modifiers are closely related, and some of their glyphs are intended to allude to this:
* The three 1-modifers Cells (<code>𝔽˘</code>), Each (<code>𝔽¨</code>), and Undo (<code>𝔽⁼</code>) are equivalent to using a right-[[operand]] of <code>¯1</code> with the 2-modifiers Rank (<code>𝔽⎉¯1</code>), Depth (<code>𝔽⚇¯1</code>), and Repeat (<code>𝔽⍟¯1</code>). Therefore the 2-modifiers are circled versions of the 1-modifiers (except in the case of Undo/Repeat).
* Under (<code>𝔽⌾𝔾</code>) is in principle equivalent to <code>𝔾⁼∘𝔽○𝔾</code>. Therefore, <code>⌾</code> is a combination of the glyphs <code>∘</code> and <code>○</code>.


== References ==
== References ==

Navigation menu