> Birbs stagger as they walk: they are reduced in alternating associative order, starting with left associativity at birb index ⌊len/2⌋:<p><pre><code> BB -> (BB)
BBB -> ((BB)B)
BBBB -> (B((BB)B))
BBBBB -> ((B((BB)B))B)
BBBBBB -> (B((B((BB)B))B))
BBBBBBB -> ((B((B((BB)B))B))B)
...
</code></pre>
This is the worst operations order I've ever seen and I love it so much.
I'm now waiting for a discovery, that hieroglyphs not only told some stories, but represented ancient algorithms in a programming language similar to this one.
I see that author used these Combinator Birds or Birbs [1].<p>[1] <a href="https://www.angelfire.com/tx4/cus/combinator/birds.html" rel="nofollow noreferrer">https://www.angelfire.com/tx4/cus/combinator/birds.html</a>
This language would work well in the universe of the fictional absurdist documentary “the falls”<p>The Falls — Greenaway / Nyman<p><a href="https://youtu.be/dTKNMR9KDZg?si=BR521zn3VsK6zTEF" rel="nofollow noreferrer">https://youtu.be/dTKNMR9KDZg?si=BR521zn3VsK6zTEF</a>
> Birbs stagger as they walk: they are reduced in alternating associative order, starting with left associativity at birb index ⌊len/2⌋<p>Big oof
Reminds me of a similar project by Devine Lu Linvenga: <a href="https://wiki.xxiivv.com/site/logic.html" rel="nofollow noreferrer">https://wiki.xxiivv.com/site/logic.html</a>