... | ... | @@ -20,4 +20,5 @@ Note that these gists aren't necessarily kept up to date and might not work with |
|
|
* [shorthand function syntax, inspired by clojure's shorthand function macro](https://github.com/benjreinhart/lambda-jam)
|
|
|
* [arrow functions](https://gist.github.com/btd/8663940)
|
|
|
* [for loops with `for(x <- items)` and `for(x, i <- items)` syntax](https://gist.github.com/ayosec/8794795)
|
|
|
* [high-resolution timing macro for Node.js](https://gist.github.com/raysohn/8892286) |
|
|
\ No newline at end of file |
|
|
* [high-resolution timing macro for Node.js](https://gist.github.com/raysohn/8892286)
|
|
|
* [Array.filter-like function call expanded into an efficient loop](https://gist.github.com/andreypopp/8978374) |
|
|
\ No newline at end of file |