Oscar Campbell

Results 353 comments of Oscar Campbell

1. The trailing comma is strictly required to be back to back to final wing. ``` onyxb values = [ 1 2 3 ,] -- needs to be before final...

I implemented the proposed PoC, and tried it on my "throw-up-spec", which has insane mis-use of the language for the sole purpose of pushing parsing to the limit. And it...

> brace "leaning" ``` [1, 2, 3].map{ ... }.select{ ... }.sort{ ... }.map{ ... }.reduce(0, { ... }) -- But I often like to leave space around my delimiters: Dang!...

Whether or not `()` gets tuple meaning, I think indexable-destructuring, aka "multiple assign", perhaps should use that notation in receiving position. Even though parens _as literal_, depending on modifier, means...

Both `(a, tup, here)` and `` (the angular variant with the above given restrictions) are now implemented. `{this, is, now, a, set}`. This way the variations can be tested live...

Re-opens. You would still prefer ``?

> Besides, being prohibited from free-spacing is an annoying restriction. I kept the `` (which has that annoying requirement) in because I spent so much time on coding it _and...

1. The things following the backslash are never anything you'd escape in a string (did you ever escape a dot?). 2. Normally we view code highlighted, and then it's even...

> All the time. I write regexes often. Damn it, I missed that one. Haha. I must have done it 100 times only today :-P > Doesn't sound like you're...

Bold words ;-) I think I might try it out in a local branch to see how it feels, since it will be just a few lines of code to...