Skip to content

Instantly share code, notes, and snippets.

@liammclennan
Created May 29, 2011 10:22
Show Gist options
  • Select an option

  • Save liammclennan/997632 to your computer and use it in GitHub Desktop.

Select an option

Save liammclennan/997632 to your computer and use it in GitHub Desktop.
JavaScript Block Lambda Syntax
// from http://wiki.ecmascript.org/doku.php?id=strawman:block_lambda_revival
let empty = {||};
let square = {|x| x * x};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment