From 50cd32cb4c9b3041406a59c062a616eced6e75f8 Mon Sep 17 00:00:00 2001 From: Tinnus Napbus Date: Tue, 30 Aug 2022 06:13:43 +1200 Subject: [PATCH] glossary: add cask --- content/reference/glossary/cask.md | 14 ++++++++++++++ lib/glossary.js | 7 +++++++ 2 files changed, 21 insertions(+) create mode 100644 content/reference/glossary/cask.md diff --git a/content/reference/glossary/cask.md b/content/reference/glossary/cask.md new file mode 100644 index 0000000..40e27dd --- /dev/null +++ b/content/reference/glossary/cask.md @@ -0,0 +1,14 @@ ++++ +title = "Cask" + +[extra] +category = "hoon-nock" ++++ + +A **cask** is a [cell](/reference/glossary/cell) whose head is a +[mark](/reference/glossary/mark) and whose tail is a +[noun](/reference/glossary/noun). It is similar to a `cage` except with a simple +noun rather than `vase` in the tail. Casks are primarily used by the +[kernel](/reference/glossary/kernel) for sending data over the +[Ames](/reference/glossary/ames) network, because `vase`s should only be used +locally. diff --git a/lib/glossary.js b/lib/glossary.js index b038882..78e3d7d 100644 --- a/lib/glossary.js +++ b/lib/glossary.js @@ -1065,6 +1065,13 @@ export const glossary = [ slug: "https://developers.urbit.org/reference/glossary/case", desc: "A reference to a commit in Clay", }, + { + name: "cask", + symbol: "", + usage: "hoon-nock", + slug: "https://developers.urbit.org/reference/glossary/cask", + desc: "A cell of a mark and a noun. Similar to a cage but with a simple noun rather than a vase in the tail.", + }, { name: "cell", symbol: "",