Hoon Computation Subject Surgery Gates - Functions and Lambdas Doors - Object Oriented, Sorta Traps - Closures Execution - Making things happen Tiles - Types Flow Control - Conditionals Flow Control - Loops and Crashing If you want to follow along with this tutorial then the first step is to get yourself an urbit instance. You will then have have two options for trying the code in these tutorials, using a webpage or the dojo shell. For dojo you'll need to enter the code in using the wide form. Usually that means doing something like the following. =+(a=1 +(a)) type => #t/@ result => 2 The rune is followed by parens with the arguments inside seperated by spaces. You can look at the rune documentation here if you want to look up the wide form for a particular rune. If you want to use a webpage, which will allow you to use the tall forms of the runes, then you'll need to setup up a page ...