Oscar Campbell
Oscar Campbell
I updated the issue with a reference to #77, where there are more elaborations on it (sorry for the issue-spread, #77 expands on the concept to all of Onyx) >...
_(below copied from #77, because this is where it belongs)_ Yes, the more I try the alternatives in code, it becomes more and more clear to me that the terse...
_(Below is copied comment from #77 by @stugol, since this is the correct issue)_ Actually, I like type, enum and flags. Perhaps that's the way to go.
After lots of pondering, and analyzing from different perspectives and thinking about future details of behind the scenes and semantics, issue #86 finally opened the door to the simplest of...
Just pushed the change to style D, so there are a bunch of TODO's, additional checks among those. I will test the suggested variations and more, thanks for spec-tips! The...
Your examples give the expected errors. Fixed handling empty types though.
It could require a prefix: `say-color .Red` to disambiguate and remove a lot of problematic needed precedence rules. Brought this up in crystal repo too. Hopefully it can be a...
If you find a Crystal-lib for GUI-coding, all set — else you can wrap a C-library via Api-declarations. That said, as Sod mentions, while not dead by far — the...
Hmm, I must say `throw` and `catch` constantly jumps back up in my head, and I think they convey the hideousness of exceptions better than `raise` and `rescue`. But, I'll...
Yes, correct, `fulfil` is ran whichever of hundreds of return points in the context you exit (successfully) from, so it can be really helpful for DRYness in particular cases.