|
|
|
|
|
by ajuc
5211 days ago
|
|
If
f g h x boils down to f(g(h(x)))
and
[1 2 3] boils down to [1, 2, 3] Then what is the meaning of [f 1] ? EDIT: I've tried on http://coffeescript.org/ and it seems
a = [1 2 3] doesn't work?
EDIT2: newlines instead of spaces works, my bad |
|