Skip to content

Instantly share code, notes, and snippets.

@altitude
Last active August 29, 2015 14:01
Show Gist options
  • Save altitude/43b00d902150be06aefe to your computer and use it in GitHub Desktop.
Save altitude/43b00d902150be06aefe to your computer and use it in GitHub Desktop.
Alternative notation with JS
function echo(something){
console.log(something);
return echo;
}
(echo ("hello world") ("i'm feeling lispy today") ("so i put parenthesis everywhere"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment