Last active
November 18, 2019 16:23
-
-
Save brendes/e2d45fa42910ee60cba2f55c09e0b024 to your computer and use it in GitHub Desktop.
hoon 101 assignment 01
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :: 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