From fd157cb572a7eb0dfe3bddd8ec508341501d2561 Mon Sep 17 00:00:00 2001 From: Christopher Waldon Date: Mon, 25 Jan 2016 21:55:18 -0500 Subject: [PATCH 1/2] Update the whitepaper digraphs to match tutorial. The ones on this tutorial seem to be newer: http://urbit.org/docs/dev/hoon/principles/2-syntax --- pub/docs/theory/whitepaper.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pub/docs/theory/whitepaper.md b/pub/docs/theory/whitepaper.md index d7067e800..0de80a6c9 100644 --- a/pub/docs/theory/whitepaper.md +++ b/pub/docs/theory/whitepaper.md @@ -1070,10 +1070,10 @@ A few digraphs also have irregular sounds: == stet -- shed ++ slus - -> dart - -< dusk - +> lark - +< lush + -> lark + -< lush + +> dark + +< dush Hoon defines over 100 digraph ideograms (like `|=`). Ideograms (or *runes*) have consistent internal structure; for instance, From e7b66bdfbdfbf4fc6db9ce6d3d728fb087643d40 Mon Sep 17 00:00:00 2001 From: Raymond Pasco Date: Tue, 26 Jan 2016 11:57:36 -0500 Subject: [PATCH 2/2] Regular larks --- pub/docs/dev/hoon/principles/2-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pub/docs/dev/hoon/principles/2-syntax.md b/pub/docs/dev/hoon/principles/2-syntax.md index 8481d239c..85b1fd903 100644 --- a/pub/docs/dev/hoon/principles/2-syntax.md +++ b/pub/docs/dev/hoon/principles/2-syntax.md @@ -193,7 +193,7 @@ A few digraphs also have irregular sounds: -> lark -< lush +> dark -+< dish ++< dush ``` You might remember wondering where the "lark syntax" of chapter 1