aboutsummaryrefslogtreecommitdiff
path: root/tutorial/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'tutorial/README.md')
-rw-r--r--tutorial/README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/tutorial/README.md b/tutorial/README.md
index 4808d1cb..a3c1df19 100644
--- a/tutorial/README.md
+++ b/tutorial/README.md
@@ -7,6 +7,9 @@ BQN tutorials explain how to approach and use the language as a newcomer (or the
Tutorials assume (pretty presumptively, really. Disgusting.) that you are already motivated to learn BQN and use simple rather than flashy examples. Documents to induce motivation beyond the README are not yet available. Do feel free to skim or jump around if you find you are reading a lot of things that are already obvious.
The tutorials available so far:
-- [Expressions](expression.md)
-- [List manipulation](list.md)
-- [Combinators](combinator.md)
+
+| Tutorial | Concepts | Primitives
+|------------------------------|----------|-----------
+| [Expressions](expression.md) | Arithmetic, syntax, affine characters | `+-×÷⋆√˜⁼˙∘`
+| [List manipulation](list.md) | Lists, strings, and strands; pervasion | `∾≍⌽↕¨´`
+| [Combinators](combinator.md) | Tacit programming, booleans | `<>≠=≤≥≡≢○⊸⟜`