-
The source of ++malt shown on
https://urbit.org/docs/reference/library/2l/#malt
seems broken
-
Example:
A trivial gate:
```
~zod:dojo> =foo |=(a/@ +(a))
~zod:dojo> (foo 20)
21
```
A slightly less trivial gate:
```
~zod:dojo> =foo :gate {a/@ b/@}
(add a b)
~zod:dojo> (foo …
-
```
~wolser-lopwyl= i've noticed that there are many usage examples/etc in the hoon
~wolser-lopwyl= reference that use irregular syntax in the examples which the
~wolser-lopwyl= reader may not have be…
-
I’m not sure if this is an issue or I simply don’t get it, but while reading through and make some corrections to [Chapter 1.5 Lists](https://urbit.org/docs/tutorials/hoon/lists/) of the Hoon tutorial…
-
Our [Hoon cheat sheet](https://storage.googleapis.com/media.urbit.org/docs/hoon-cheat-sheet--2017-12-12.pdf) is out of date. If the date is correct, it hasn't been updated since 2017!
It should be …
-
I don't know if it's appropriate to make an issue for something so minor but here goes.
In the tutorials on https://urbit.org/docs/tutorials/hoon/the-subject-and-its-legs/ There is a typo in exercise…
-
**Describe the bug**
Going to `localhost:8080`, where I run my ship, now loads just a blank page, and in the Chrome console I see two 404 errors for JS files. Fortunately, I have :dbug running, and …
-
but the DOM looks ok:
https://urbit.org/docs/reference/hoon-expressions/rune/tis/
The solution is to inline code it:
```
### `=>` "tisgar"
```
(It probably should have been inlined i…
-
https://urbit.org/docs/hoon/library/2q/#-term
> The only characters permitted are lowercase ASCII, -, and 0-9, the latter two of which can neither be the first or last character.
Unless this is…
-
It seems dabbling at frontend for far too long and I forgot some crucial parts of Hoon.
We have this little snippet (best used wit plato!):
```
!:
=/ a (mule |.((ream '(add 2 2')))
?: …