|
|
|
|
|
by mercurial
4511 days ago
|
|
I'm not familiar with Coffeescript. Maybe I should have a look. My thought was that getting the right level of indentation for something like: my_func_with_callbacks(arg1, def(x):
foo()
bar(),
5)
would be a pain in terms of defining sensible rules and ensuring they are parsed correctly. So right now, I'm going for something closer to Ruby syntax. But it may just be a symptom of a lack of imagination. I'll remember to investigate Coffeescript when I revisit the syntax. |
|