Live data from Hacker News

Viewing profile — satyr

satyr

HN member
Joined
Sat, Dec 25, 2010, 12:46 PM UTC
HN karma
15
Public activity
7 items

About satyr

No profile information was provided.

Recent public activity

  1. comment
    Comment #4524278

    Try: switch a when b , c , d e()

  2. comment
    Comment #3381197

    And when do you ever want to leak local variables to an outer scope? Never. Not to mention that loop counters are no different than other `var`iables in JS.

  3. comment
    Comment #3380465

    The inconsistency doesn't stop there; `for` variables are specialcased: bar = -> alert "Holy crap cheese is awesome!" foo = -> for bar of bars console.log bar return ↓ var bar, foo…

  4. comment
    Comment #3300362

    > I suggest it's an error. So we'd have to give up: array .map (x) -> f x .reduce (a, b) -> g a, b

  5. comment
    Comment #3298004

    There's no outdented continued call in current CoffeeScript; an outdented line always makes OUTDENT. (Or are you suggesting to allow such code? I personally see no value in it.)

  6. comment
    Comment #3175188

    I believe you mean: foo bar; bash: something; thenBlitz. http://www.inf.ufsc.br/poo/smalltalk/ibm/tutorial/chap3.html...

  7. comment
    Comment #2038883

    # Fix things CS goofs. # Add things CS lacks.