Skip to content

Instantly share code, notes, and snippets.

@drewlesueur
Created September 27, 2010 20:07
Show Gist options
  • Save drewlesueur/599721 to your computer and use it in GitHub Desktop.
Save drewlesueur/599721 to your computer and use it in GitHub Desktop.
Things that should (or maybe shouldn't be in JavaScript)
Tail recursion optimisation
Optional Dynamic scope (in addition to its lexical scope)
Method Missing es5?
method for accessing array elements.
call by name ? (maybe a bad idea)
see scope chain.
Good things
lexical scope
functions
objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment