Alec Larson
Alec Larson
:+1: This is the code I was using: ``` CoffeeScript gaze = new Gaze absolutePattern gaze.on "all", (event) -> # No "added" event is ever triggered. ``` The `absolutePattern` is...
Thoughts on cooperative threading vs preemptive threading?
Both the "Elvis operator" and "optional chaining" are tangential to this topic, and they need their own threads. I'm asking if `null` is returned or an exception is thrown, etc....
Is `?=` official syntax? I prefer not repeating the variable names if I can get away with it. The first example is readable to me. :)
Thank you for killing `extends` in generic clauses. That will be the first "official" thing in Ghost. :P > Yes, it's perfectly readable, but it's also a very very simple...
I agree, they should feel first-class. You wouldn't really need the `Map` keyword since `1 => 2,` indicates a map to the compiler, and you wouldn't be able to mix...
It might be interesting for lists to use parentheses. ```js let list = ( 1, 2, 3 ) let array = [ 1, 2, 3 ] let set = [[...
Would empty map be `{==}` or `{=}`? I think `{: a: 1 :}` would be unbearable when using records a lot. How about the following? ```js let map = {...
Could just set up a GitHub action to regenerate and publish a new version, on a monthly schedule.
I'm happy with CloudForm, other than its last version was published 1 year ago. It's ~20x smaller than `aws-cdk-lib`. Could someone please publish a new version, or tell me how...