Skip to content

Instantly share code, notes, and snippets.

@urcades
Last active July 14, 2019 23:48
Show Gist options
  • Save urcades/c9f7eb4e0241ba18f41628cae5e9f34f to your computer and use it in GitHub Desktop.
Save urcades/c9f7eb4e0241ba18f41628cae5e9f34f to your computer and use it in GitHub Desktop.
Hoon 101 Assignment 1
:: 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