|
|
|
|
|
by dmix
4763 days ago
|
|
Interesting, I looked this up. > CoffeeScript provides the do keyword, which immediately invokes a passed function, forwarding any arguments. Apparently in April 2012 they updated the code to make it simulate namespacing. > A tweak to the semantics of do, which can now be used to more easily simulate a namespace: do (x = 1, y = 2) -> ... |
|