aboutsummaryrefslogtreecommitdiffhomepage
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md54
1 files changed, 54 insertions, 0 deletions
diff --git a/readme.md b/readme.md
new file mode 100644
index 0000000..a5ce21a
--- /dev/null
+++ b/readme.md
@@ -0,0 +1,54 @@
+# Birb
+
+| bird | term | birb | bird |
+|:-----|:--------------------------|:------------|------------------|
+| πŸͺΆ | c `[[[2 0 1]]]` | cardinal | feather |
+| 🐦 | i `[0]` | idiot | bird |
+| πŸ•ŠοΈ | d `[[[[3 2 (1 0)]]]]` | dove | dove |
+| 🐀 | t `[[0 (1 1 0)]]` | turing | baby chick |
+| πŸ₯ | q’’’ `[[[0 (1 2)]]]` | quacky | front baby chick |
+| 🐣 | Ω `[0 0] [0 0]` | omega | hatching chick |
+| πŸ¦‰ | o `[[0 (1 0)]]` | owl | owl |
+| πŸ” | m `[0 0]` | mockingbird | chicken |
+| πŸ¦† | k `[[1]]` | kestrel | duck |
+| 🦀 | t `[[0 1]]` | thrush | dodo |
+| 🦩 | y `[[1 (0 0)] [1 (0 0)]]` | sage | flamingo |
+| 🦒 | s `[[[2 0 (1 0)]]]` | starling | swan |
+| πŸͺ½ | Ο† `[[[[3 (2 0) (1 0)]]]]` | phoenix | wing |
+| πŸ¦ƒ | w `[[1 0 0]]` | warbler | turkey |
+| πŸ“ | f `[[[0 1 2]]]` | finch | rooster |
+| 🦚 | q `[[[1 (2 0)]]]` | queer | peacock |
+| 🦜 | b `[[[2 (1 0)]]]` | bluebird | parrot |
+| πŸ¦… | e `[[[[[4 3 (2 1 0)]]]]]` | eagle | eagle |
+| 🐧 | ι `[0 s k]` | iota | penguin |
+
+The mappings and their paired reduction are *not* biologically accurate!
+Unfortunately the Unicode team does not have enough bird emojis. Create
+a PR to improve biological accuracy.
+
+# Syntax
+
+- `[birb]+`: Birb (left-associative)
+- everything else: Comment
+
+# Examples
+
+## Biology
+
+- πŸ”πŸ” $\rightsquigarrow$ 🐣
+- πŸͺΆπŸ¦œ $\rightsquigarrow$ 🦚
+- 🦒🐦 $\rightsquigarrow$ πŸ¦‰
+- πŸ¦’πŸ¦†πŸ¦† $\rightsquigarrow$ 🐦
+- 🦒🐦🐦 $\rightsquigarrow$ πŸ”
+- 🦜🐀 $\rightsquigarrow$ πŸ₯
+- 🦜🦜 $\rightsquigarrow$ πŸ•ŠοΈ
+
+## Arithmetic
+
+## Busy ~~beavers~~ birbs
+
+# Turing-completeness
+
+The language is probably Turing complete. If the language supported
+left- *and* right-associativity, 🐧 would be enough to prove its
+completeness.