-
"Here's the FizzBuzz demo code, in idiomatic rune syntax. Compare with the [original](https://urbit.org/docs/demo/)." Original is a hyperlink that currently leads to a 404.
-
```json
{
"title": "磊子",
"url": "https://blog.hoon.icu",
"avatar": "https://online-education-headimg.oss-cn-beijing.aliyuncs.com/avatar.png",
"screenshot": "https://online-educa…
-
`.^(? %cu /=fakedesk=/whatever)` doesn't work. It hits this:
https://github.com/urbit/urbit/blob/ff2e1f1c6f4042b65908bd1b584fae75241bb09f/pkg/arvo/sys/vane/clay.hoon#L4068-L4071
This makes sense…
Fang- updated
3 years ago
-
So even though I understand every word in the "Advanced types" section of hoon, I still have no idea how to use these concepts. The only takeaway I got is that usually my cores are gold, and also you …
-
Rationale:
1. I've heard many times from infrastructure developers that the easiest place to write Hoon is in a generator, and the second easiest place to write Hoon is in a Vane.
2. The goal of H…
-
The links in the hooniversity lessons go to a '404 page not found'. The proper resources can be found relatively easily via search, but could be worth updating.
example:
hooniversity link to the h…
-
Here's a stream-of-consciousness log of me trying to find the docs on molds:
- go to urbit.org, click docs
- scroll through sidebar looking for hoon tutorials or something, there's so much informa…
-
The `/tutorials/hoon/generators` page already covers sole requests and results a little bit, but we don't seem to have any docs covering command line _applications_.
This isn't exactly the pretties…
Fang- updated
3 years ago
-
Each entry in the standard library documentation has an accompanying block of its hoon.hoon source. From hoon.hoon it inherited an uneven pattern of code commentary.
For example:
```
++ gte
…
-
I don't think 'Accepts', 'Produces' and 'Source' should be set in H2.
Instead I'd like to suggest that the description of the op should be like the rune docs, which look great.
I think this is b…