-
"A Hoon expression is called a twig. A twig is an AST node: the noun that the Hoon compiler makes when it parses a source expression."
This quotation is from twig.md. It's really puzzling. On the…
-
https://urbit.org/docs/learn/hoon/hoon-tutorial/type-polymorphism/
@belisarius222 discovered links appear rendered as `[link](uri)` on this page. This may be present elsewhere as well – I haven't c…
-
A lot of enrollees expect this, and are confused when they receive no such email. Could we automatically send one out when someone signs up?
-
It seems like the following line of https://urbit.org/docs/hoon/hoon-school/conditionals/
> `lte` is the standard library function for "less than or equal to". `(lte a b)` returns `%.y` if a is less …
-
where are the secrets stored? so we could export them/backup.
m-rio updated
2 years ago
-
I've been reading `hoon.hoon`, and I've come across the following undocumented twigs:
```
:: | core missing:
{$gasp p/twig q/twig} :: |:
{$cork p/twig q/(map term foot)…
-
When I try to create an S3 bucket on 'ap-northeast-2' using boto3, I get an IllegalLocationConstraintException:
```
>>> import boto3
>>> s3 = boto3.resource('s3')
>>> s3.create_bucket(Bucket='this-wi…
-
_From @ohAitch on December 1, 2015 16:14_
C, bash, js, perl; I'm sure there's a list of the top 50, or at least 10, somewhere, and it would be useful to be able to point people at a reference for wha…
-
for example, `:cons` vs `$cons`. There's clearly a difference: `$cons` prints a core (and I don't know how to call it); I can call `:cons`, but not print it. It seems like it'd be simpler if the twig …
-
Each lesson should have a link at the bottom to the next chapter.