|= bar·tis
Syntax | Summary |
---|---|
|= spec hoon | produce a gate: a one-armed core with a sample. |
|= creates a gate — a special type of core which
- Takes a sample
- Has only one arm, named $ (buc)
- Immediately computes its one arm upon creation
|= takes two children:
- The first child is the spec for the generator’s sample.
- The second child is some hoon
- This is the code which will be computed and whose product will be returned.