My work for Hoon 101.
Will remain private until the class is over.
week1 | ||
week2 | ||
week3 | ||
README.md |
Hoon 101
My assignments for each week of Hoon 101.
Week 1
Create a naked generator that takes an atom and returns the same atom cast to any aura
Week 2
Build a naked generator that takes a noun and checks if that noun is a cell or an atom. If that input noun is an atom, check if it’s even or odd. The output should be of the tape type.