Last active
July 14, 2019 23:48
-
-
Save urcades/c9f7eb4e0241ba18f41628cae5e9f34f to your computer and use it in GitHub Desktop.
Hoon 101 Assignment 1
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
:: Assignment Reflection 20190714 | |
:: | |
:: I was struggling to figure out a small | |
:: issue I was having in the parsing of my | |
:: code — I realized pretty quickly after | |
:: re-scanning the Hoon syntax docs that | |
:: the problem I was having was | |
:: keeping the user's input typed to '*' | |
:: when it should have been more | |
:: specific/strict. Simply changing '*' | |
:: to a particular atom aura immediately | |
:: solved my issue, and now I understand | |
:: properly typing the generator's input face | |
:: is (probably obviously) really important. | |
:: Problem line: | |
:: |= original=* | |
|= original=@p | |
`@ub`original |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment