Skip to content

Instantly share code, notes, and snippets.

@brendes
Last active November 18, 2019 16:23
Show Gist options
  • Select an option

  • Save brendes/e2d45fa42910ee60cba2f55c09e0b024 to your computer and use it in GitHub Desktop.

Select an option

Save brendes/e2d45fa42910ee60cba2f55c09e0b024 to your computer and use it in GitHub Desktop.
hoon 101 assignment 01
:: HOON 101
:: Assignment 1
::
:: Build a naked generator that takes an atom from the user and returns that
:: atom with a different aura. Don't worry about guaranteeing that the output aura
:: is different from the input aura as this assignment is mostly intended to make
:: sure you have set everything up properly.
::
:: TODO:
:: - recognize input aura
:: - choose a random output aura
:: `@p` signifies the phonemic base name aura
|= a=@
^-(@p a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment