diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-09 19:32:47 -0500 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-01-09 19:32:47 -0500 |
| commit | 3ee980f45cc08c742cb51de4a2f25bac9ed1d2b1 (patch) | |
| tree | 521ce254d3f4bc270a033899ac2c07824bb676ad /docs/doc/birds.html | |
| parent | 7b42de5f11ab9be171c8541c522e80a1e29c6882 (diff) | |
Move the combinator links into the main text
Diffstat (limited to 'docs/doc/birds.html')
| -rw-r--r-- | docs/doc/birds.html | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/doc/birds.html b/docs/doc/birds.html index 31d305de..07be8992 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> (<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> +<p>Some people consider it reasonable to name <a href="primitive.html#modifiers">combinators</a> after types of birds. <a href="https://blog.lahteenmaki.net/combinator-birds.html">Here's</a> one compendium of such names, and <a href="https://www.angelfire.com/tx4/cus/combinator/birds.html">another</a> that lacks its obsessive completeness. 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> @@ -92,8 +92,3 @@ <p>The name "Golden Eagle" is a <a href="https://nitter.net/code_report/status/1440208242529882112#m">fever dream</a> of bird enthusiast Conor Hoekstra, who saw it emerge disordered from the Bald Eagle when arguments <code><span class='Value'>fg</span></code> are set equal to <code><span class='Value'>cd</span></code>.</p> <p>Lambda calculus doesn't have BQN's polymorphism on one or two arguments, so each BQN combinator corresponds to two lambda calculus forms depending on the number of arguments, giving the two columns of birds above.</p> <p>Inputs are mapped to lambda calculus arguments according to the ordering <code><span class='Function'>𝔽𝔾</span><span class='Value'>𝕨𝕩</span></code>, and <code><span class='Function'>GFH</span></code> for a 3-train <code><span class='Function'>F</span> <span class='Function'>G</span> <span class='Function'>H</span></code>. For example, when I write that the combination <code><span class='Value'>𝕨</span> <span class='Function'>𝔽</span><span class='Modifier'>˜</span> <span class='Value'>𝕩</span></code> corresponds to a call of <code><span class='Function'>C</span></code> or <code><span class='Value'>labc.acb</span></code>, <code><span class='Value'>a</span></code> is <code><span class='Function'>𝔽</span></code> and <code><span class='Value'>bc</span></code> are <code><span class='Value'>𝕨𝕩</span></code>.</p> -<p><strong>List of combinator bird compendiums:</strong></p> -<ul> -<li><a href="https://www.angelfire.com/tx4/cus/combinator/birds.html">Angelfire Combinator Birds</a></li> -<li><a href="https://blog.lahteenmaki.net/combinator-birds.html">Lähteenmäki Combinator Birds</a></li> -</ul> |
