-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ulam cube support #28
Comments
The argument against including cubes is that from ulam's perspective, there's no difference between them and non-singleton atoms. There are a couple arguments in favor of including them, though. One argument is just that they're valid Hoon literal syntax, and a common syntax at that, so it would be more convenient for programmers to include them -- they won't have to remember that there's a special case of atom literal that isn't supported in ulam. For strings, I think the strongest argument in favor of including cubes in ulam would be if there's a way to use them to encode There is some similarity here between ulam's Instead, we could have ulam syntax for
The syntax could be extended to something like "tall form" in ulam by allowing whitespace after the
As for inferring that the cube could be a mark tag, I could see two options: one is to have a different syntax for something we expect to be a page, such as |
Originally posted by @tinnus-napbus in #27 (review)
This issue is for discussing this question.
The text was updated successfully, but these errors were encountered: