Viewing profile — satyr
satyr
HN member- Joined
- Sat, Dec 25, 2010, 12:46 PM UTC
- HN karma
- 15
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About satyr
No profile information was provided.
Recent public activity
-
comment
Comment #4524278
Try: switch a when b , c , d e()
-
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.
-
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…
-
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
-
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.)
-
comment
Comment #3175188
I believe you mean: foo bar; bash: something; thenBlitz. http://www.inf.ufsc.br/poo/smalltalk/ibm/tutorial/chap3.html...
-
comment
Comment #2038883
# Fix things CS goofs. # Add things CS lacks.