Results 594 comments of Paul Miller

The change is "live" now — both in desktop and mobile Safari. I've tried several ways — seems like translucency is impossible now :cry:

:+1: very good idea

And we can add something more sophisticated to it when there will be static type checking http://kerflyn.wordpress.com/2011/02/14/playing-with-scalas-pattern-matching/

imo it should work when var defs are located after newline after `where` too ``` coffeescript quick-sort = ([x, ...xs]:list) -> | empty list => [] | otherwise => (quick-sort...

@gkz how about making this a main matching syntax in function declarations instead of current `switch`? ``` coffeescript take = (n, [x, ...xs]:list) --> | ( [] | _, []...

please make a pr with everything at once. thanks.

perhaps the best thing to do would be to open a pull request and add Samuel to the fork's collaborators

As i’ve mentioned, we can’t really merge new code unless we fix the old tests. Otherwise some stuff could get broken and we wouldn’t even know. Thanks for the pr.