urbit/pub/docs/dev.md
2015-12-01 17:43:42 -08:00

749 B

logo sort title
black 2 Developer doc

Developer documentation

Urbit has three programming layers: Nock (combinator nano-VM), Hoon (strict functional language), and Arvo (functional OS).

To code in Urbit, the least you need to learn is Hoon, plus a little bit of Arvo. Nock is a sort of functional assembly language -- you don't need to know it, but it's useful to. Nock is also the easiest thing in the world to learn.

You can program for Arvo without knowing much about Arvo internals, but again it helps. But you need to know Hoon. Don't worry, it's easier than it looks.

Alas, the developer doc is still under construction. We'll have more soon.