Oscar Campbell
Oscar Campbell
As of now: Char-syntax `%"X"` re-introduced. Both are now available in order to evaluate and compare.
Hmm, I still want to allow _0 - n_ prime symbols at the end of identifiers (have wanted that since the beginning, but put it of again and again because...
For previous comment: #95. Link here in regard to Lexical and Literal aspects of lang.
- Yes, the arrow is also used for hashes with variable keys (well, the most generic hash construction literal form). - Personally I primarily use the fat arrow all the...
Interesting, will sleep on it!
Just doing some quick stats, `map` is used about 200 times in the entire stdlib+compiler code-base (just to have some reference). In scripting-style code it might (should) be used more,...
I think this is better left out. The current way to do the above is short, and commonly known. There's no real point in sacrifizing a terse syntactic construct on...
Agreed. By the time the core of Onyx is implemented and stabilized, it might very well have landed in Crystal, but if not, it will be a high-prio issue for...
I took the liberty to edit out "HIGH PRIORITY: " from title - prioritization is in Roadmap issue.
Now you used the newly proposed Tup syntax, not Map (aka Hash) syntax, however, **I assume you meant `{...}` so I've taken the liberty to edit your post for the...