diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-15 08:01:08 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2021-10-15 08:01:08 -0400 |
| commit | 93d70ac767cbd8ee8f2c3300b044f9f4a1d06521 (patch) | |
| tree | 29fa4ace7d8b84d73c64dfba0f3e2a01a38eaaf2 | |
| parent | 128cac21ebb7e3724f1c8a3915ccb2d1e972ac6d (diff) | |
Add link to Haskell Data.Aviary and use Psi for dyadic ○
| -rw-r--r-- | doc/birds.md | 4 | ||||
| -rw-r--r-- | docs/doc/birds.html | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/doc/birds.md b/doc/birds.md index 169de6fb..75498625 100644 --- a/doc/birds.md +++ b/doc/birds.md @@ -2,14 +2,14 @@ # BQN for birdwatchers -Some people consider it reasonable to name [combinators](primitive.md#modifiers) after types of birds. [Here's](https://www.angelfire.com/tx4/cus/combinator/birds.html) one compendium of such names, albeit still missing the Phoenix or `S'` combinator `labcd.a(bd)(cd)`. There is something wrong with these people. Some of these birds are not even real. "Quixotic bird"? Have you not heard of a quail? Nonetheless, I don't judge such afflicted souls (certainly not publicly), and have provided this translation table to explain BQN in terms they can understand. +Some people consider it reasonable to name [combinators](primitive.md#modifiers) after types of birds. [Here's](https://www.angelfire.com/tx4/cus/combinator/birds.html) one compendium of such names, albeit still missing the Phoenix or `S'` combinator `labcd.a(bd)(cd)` ([this one](https://hackage.haskell.org/package/data-aviary-0.4.0/docs/Data-Aviary-Birds.html) has more). There is something wrong with these people. Some of these birds are not even real. "Quixotic bird"? Have you not heard of a quail? Nonetheless, I don't judge such afflicted souls (certainly not publicly), and have provided this translation table to explain BQN in terms they can understand. | BQN | Bird | 1 | Bird | 2 |:-------:|-----------|-------|-------------|--------- | `⊣` | Identity | `I` | Kestrel | `K` | `⊢` | Identity | `I` | | `KI` | `∘` | Bluebird | `B` | Blackbird | `B₁` -| `○` | Bluebird | `B` | ~Dovekies | `D₂`-like: `labcd.a(bc)(bd)` +| `○` | Bluebird | `B` | Psi? | `D₂`-like: `labcd.a(bc)(bd)` | `˙` | Kestrel | `K` | | `KK` | `⊸` | | `R*S` | Queer | `Q` | `⟜` | Starling | `S` | ~Dove | `D`-like: `labcd.ac(bd)` diff --git a/docs/doc/birds.html b/docs/doc/birds.html index 11fdc415..073bfa1a 100644 --- a/docs/doc/birds.html +++ b/docs/doc/birds.html @@ -5,7 +5,7 @@ </head> <div class="nav">(<a href="https://github.com/mlochbaum/BQN">github</a>) / <a href="../index.html">BQN</a> / <a href="index.html">doc</a></div> <h1 id="bqn-for-birdwatchers"><a class="header" href="#bqn-for-birdwatchers">BQN for birdwatchers</a></h1> -<p>Some people consider it reasonable to name <a href="primitive.html#modifiers">combinators</a> after types of birds. <a href="https://www.angelfire.com/tx4/cus/combinator/birds.html">Here's</a> one compendium of such names, albeit still missing the Phoenix or <code><span class='Function'>S</span><span class='String'>'</span></code> combinator <code><span class='Value'>labcd.a</span><span class='Paren'>(</span><span class='Value'>bd</span><span class='Paren'>)(</span><span class='Value'>cd</span><span class='Paren'>)</span></code>. There is something wrong with these people. Some of these birds are not even real. "Quixotic bird"? Have you not heard of a quail? Nonetheless, I don't judge such afflicted souls (certainly not publicly), and have provided this translation table to explain BQN in terms they can understand.</p> +<p>Some people consider it reasonable to name <a href="primitive.html#modifiers">combinators</a> after types of birds. <a href="https://www.angelfire.com/tx4/cus/combinator/birds.html">Here's</a> one compendium of such names, albeit still missing the Phoenix or <code><span class='Function'>S</span><span class='String'>'</span></code> combinator <code><span class='Value'>labcd.a</span><span class='Paren'>(</span><span class='Value'>bd</span><span class='Paren'>)(</span><span class='Value'>cd</span><span class='Paren'>)</span></code> (<a href="https://hackage.haskell.org/package/data-aviary-0.4.0/docs/Data-Aviary-Birds.html">this one</a> has more). There is something wrong with these people. Some of these birds are not even real. "Quixotic bird"? Have you not heard of a quail? Nonetheless, I don't judge such afflicted souls (certainly not publicly), and have provided this translation table to explain BQN in terms they can understand.</p> <table> <thead> <tr> @@ -42,7 +42,7 @@ <td align="center"><code><span class='Modifier2'>○</span></code></td> <td>Bluebird</td> <td><code><span class='Function'>B</span></code></td> -<td>~Dovekies</td> +<td>Psi?</td> <td><code><span class='Function'>D</span><span class='Value'>₂</span></code>-like: <code><span class='Value'>labcd.a</span><span class='Paren'>(</span><span class='Value'>bc</span><span class='Paren'>)(</span><span class='Value'>bd</span><span class='Paren'>)</span></code></td> </tr> <tr> |
