Questions to Learn Hoon
Questions
- What are the basics of Hoon?
- How do I launch a fake planet for development?
- How to ping other Ubit ships to see if they are on network, or fake network?
- How to store data in complex data structures, like a list of messages rather than a single value
- How to write Hello World in Hoon and Urbit?
- How to do ship to ship communication with Urbit and Hoon
- How to send data between Urbit ships using Hoon?
- How to do REST requests GET and POST with IRIS in Hoon Urbit?
- How to send data from ship to ship in Urbit using using Hoon?
Reflection on Learning So Far
I have spent waaay too much time trying to learn IRIS so I can perform simple REST requests on the internet. I am completely unable to get any of the demos working. Seems like I need to go back and ask the proper questions.
- How do you split a string by a specific character into a list of strings in Hoon?
- What is a Poke in Hoon and how do you perform it?
- How do you get the time inside a program?
- How do I run a program at a specific time, like for something that uses Chron in Hoon?
- How do I get readline type input within dojo when running a Hoon Program?
- Is there a way to get the current block number on Ethereum in Hoon natively using ethereum.hoon?
- How does one store a 2 dimensional matrix in Hoon?
- Why are there multiple desks for Arvo, how do they get used?
- What are the most popular parts of the Hoon standard library?
- Where is a list of the most popular Urbit apps, also including their source code?
- How does async await work in Hoon?
- How to parse a JSON string on Hoon
- How to create and assign variables to a variable namespace in Hoon?
- How to edit a file inside a Desk from inside Dojo?
- How to parse a CSV into Urbit using Hoon?
- How to copy arbitrary files like CSV and JSON into Urbit so they can be processed by Hoon?
- How to send a file form one ship to another on Urbit using Hoon?
- How to feed CLI arguments into a Hoon program on Urbit?
- How to do if statements in hoon?
- How to do loops in Hoon?
- How to make a REST API in hoon so I can use curl on my urbit ship?
- What are the zero to hero urbit app examples with source code?